Project

General

Profile

Actions

Defect #19015

closed

./config/locales/th.yml illegal input sequence at position 2871

Added by Arseniy Terekhin over 10 years ago. Updated over 10 years ago.

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

Actions #1

Updated by Arseniy Terekhin over 10 years ago

I see now, all files from config/locales have invalid input sequence. I wonder why.

Actions #2

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 #3

Updated by Arseniy Terekhin over 10 years ago

Sorry for the noise.

Actions

Also available in: Atom PDF