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


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to