http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554
--- Comment #133 from Ketan Kulkarni <[email protected]> --- 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. _______________________________________________ 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/
