[Koha-bugs] [Bug 6554] Resolve encoding problems with corrected UTF8 handling in templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 4 17:35:30 CEST 2013


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

--- Comment #158 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Ketan,

(In reply to Ketan Kulkarni from comment #155)
> Hello Tomás,
> 
> Yes, we should move from utf8::encode/decode to Encode::
> This particular bug (6554) is about double encoding that happens in
> Templates.pm.

Take a look at this work from Marcel:
http://wiki.koha-community.org/wiki/Handling_UTF8_in_development

If we (currently) do things wrong inside Koha regarding encoding/decoding of
UTF-8 data (double encoding means we are encoding wrong somewhere), then fixing
those symptms will just hide the problem (using utf8::upgrade will avoid the
consequences but not fix the root cause, it might even hide new bugs introduced
by future patches).

It is up to the QA team and the RM to think of the best approach for tackling
this so I'm just leaving this comment, also I appreciate you efforts and hope
this gets fixed soon.

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


More information about the Koha-bugs mailing list