[Koha-bugs] [Bug 25305] Double UTF-8 encoding on translation files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 2 12:34:07 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25305

didier <didier.gautheron at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |didier.gautheron at biblibre.c
                   |                            |om

--- Comment #13 from didier <didier.gautheron at biblibre.com> ---
Also tested with a bogus UTF8 file:

iconv --verbose -f UTF8 -t ISO_8859-15
koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl > e.tt

mv e.tt koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl

( cd misc/translator; rm -f po/xx-YY*; ./translate create xx-YY; echo $?)

egrep "Aix-Marseille|Jean Prunier|periodika|Bokm" misc/translator/po/xx-YY-*
misc/translator/po/xx-YY-marc-MARC21.po:msgid "Norwegian (Bokmål)"
misc/translator/po/xx-YY-marc-NORMARC.po:msgid "Andre typer periodika"
misc/translator/po/xx-YY-marc-NORMARC.po:msgid "Artikler (i b\\xF8ker eller
periodika)"
misc/translator/po/xx-YY-marc-NORMARC.po:msgid "Artikler (i bøker eller
periodika)"

Of course output is not proper UTF8 but there's no missing lines.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list