[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
Thu Sep 26 11:34:38 CEST 2013


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

--- Comment #133 from Ketan Kulkarni <ketan at carvingit.com> ---
Created attachment 21478
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21478&action=edit
Double encoding utf8 problem

Use of utf8::upgrade() instead of utf8::encode() appears to be working.
While taking inputs, they should be decoded first whereas output should always
be encoded.

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


More information about the Koha-bugs mailing list