26 Sep
2013
26 Sep
'13
10:34 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554 --- Comment #133 from Ketan Kulkarni <ketan@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.