Ticket #549 (fixed bug)
Change language files charset to utf-8
- Created: 2011-12-01 11:38:58
- Reported by: daris
- Assigned to: daris
- Milestone: 2.0-alpha1
- Component: localization
- Priority: normal
Currently each language file have in description:
"Content-Type: text/plain; charset=iso-8859-1\n"
This makes external tools (like Poedit) do not show some characters properly (eg. … )
We need to change this to:
"Content-Type: text/plain; charset=utf-8\n"
History
daris 2011-12-01 15:09:44

- Description changed. (Diff)
- Summary changed from Change language files encoding to utf-8 to Change language files charset to utf-8.