[Koha-bugs] [Bug 13264] Test about UTF-8 (bug 11944)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 4 19:27:30 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13264

--- Comment #42 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
I'd like to mention something you might know, but it is important to test:

Most of our encoding problems are related to Perl thinking stuff is ISO-8859-1.
If you have pure UTF-8 characters, Perl notices, and sets the UTF-8 flag.

We need to test using only latin characters with diacritics [1] to tests that
ISO-fallback is not happening. So I'd (kind of) repeat some of the authorized
values tests, using latin characters with diacritics (only), like in 'Tomás'.

[1] As the representation for those is the same in Latin-1 and UTF-8 there's no
way for Perl to recognise UTF-8 and fallbacks to its default.

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


More information about the Koha-bugs mailing list