Actions
Defect #19015
closed./config/locales/th.yml illegal input sequence at position 2871
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I'm sure, /trunk/config/locales/th.yml
has invalid utf-8 encoding:
iconv -f UTF-8 ./config/locales/th.yml -o /dev/null iconv: illegal input sequence at position 2871
Updated by Arseniy Terekhin over 10 years ago
I see now, all files from config/locales
have invalid input sequence. I wonder why.
Updated by Toshi MARUYAMA over 10 years ago
- Category deleted (
Files) - Status changed from New to Closed
- Resolution set to Invalid
$ hg parent --template='{branch}:{svnrev}\n' 2.6-stable:13884 $ LANG=C iconv -f UTF-8 ./config/locales/th.yml -o /dev/null iconv: illegal input sequence at position 2766 $ LANG=en_US.UTF-8 iconv -f UTF-8 ./config/locales/th.yml -o /dev/null $
Actions