Subject: | incorrect charset -- uses ASCII and this breaks some applications (should be US-ASCII) |
When the MKDoc english .po file is generated it has this at the top:
msgid ""
msgstr ""
"Project-Id-Version: mkdoc 1-8\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
This causes an error when opening the file in poEdit (http://poedit.sourceforge.net/).
The fix is to change ASCII to either US-ASCII or UTF-8.