Source: cycle
Version: 0.3.1-8
Severity: minor
Tags: l18n

The Hungarian translations in the .po file are in UTF-8, but comments and the
header use an 8-bit encoding:

$ grep charset debian/msg/hu.po
"Content-Type: text/plain; charset=utf-8\n"

$ iconv -f UTF-8 -t UTF-8 debian/msg/hu.po > /dev/null
iconv: illegal input sequence at position 62

$ grep -v '^#' debian/msg/hu.po | iconv -f UTF-8 -t UTF-8 > /dev/null
iconv: illegal input sequence at position 185


Could the whole file be made UTF-8? Thanks for considering.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to