http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554
--- Comment #158 from Tomás Cohen Arazi <[email protected]> --- 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. _______________________________________________ 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/
