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

--- Comment #42 from Tomás Cohen Arazi <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to