Actions
Defect #2169
closedByte Order Marks in Polish language files
Start date:
2008-11-13
Due date:
2008-11-21
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
There is a little problem with the Polish language files. It was introduced at r1928. In both pl.yml and jstoolbar-pl.js the first line is:
// Keep this line in order to avoid problems with Windows Notepad UTF-8 EF-BB-BF idea...
It has 3 hidden BOM bytes at the beggining of the line. The problem rises if you try:
rake gloc:sort
Redmine will not start again until you delete this line (now placed the last).
Tested under Windows XP and Vista.
Updated by Azamat Hackimov almost 16 years ago
- Due date set to 2008-11-21
- Status changed from New to Closed
- Assignee set to Azamat Hackimov
- Target version set to 0.8
- Resolution set to Fixed
What I can say... Don't do it :).
Actions