Skip Menu |

This queue is for tickets about the I18NFool CPAN distribution.

Report information
The Basics
Id: 7901
Status: new
Priority: 0/
Queue: I18NFool

People
Owner: Nobody in particular
Requestors: chris [...] webarchitects.co.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.2
Fixed in: (no value)



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.