Bug#684279: fenix: encoding issues with Spanish translation

Jakub Wilk jwilk at debian.org
Wed Aug 8 12:05:37 UTC 2012


Source: fenix
Version: 0.92a.dfsg1-9
Severity: minor
Tags: l10n

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

$ grep charset debian/i18n/fenix-fxi_es.po
"Content-Type: text/plain; charset=UTF-8\n"

$ iconv -f UTF-8 -t UTF-8 debian/i18n/fenix-fxi_es.po > /dev/null
iconv: illegal input sequence at position 44

$ grep -v '^#' debian/i18n/fenix-fxi_es.po | iconv -f UTF-8 -t UTF-8 > /dev/null
iconv: illegal input sequence at position 252


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

-- 
Jakub Wilk



More information about the Pkg-games-devel mailing list