http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9425
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14697|0 |1 is obsolete| | --- Comment #6 from Owen Leonard <[email protected]> --- Created attachment 15111 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15111&action=edit [SIGNED-OFF] Bug 9425: Template plugins are missing utf8 encoding Koha custom template plugins KohaAuthorisedValues and KohaBranchName are missing UTF-8 encoding. When they render a value with diacritical characters, those characters are replaced by a <?> sign. Test plan : For KohaAuthorisedValues : - Edit a value of LOST authorized values to have a description with a diacritical character - Edit a biblio to have an item using this authorized value in items.itemlost - Go to OPAC detail page of this biblio => Lost description must be correctly encoded For KohaBranchName : - Choose a serial subscription - Edit its branch to has a diacritical character in name - Go to subscription details : serials/subscription-detail.pl => Library name must be correctly encoded Signed-off-by: Owen Leonard <[email protected]> I was finally able to reproduce the problem in the OPAC, but still not in the staff client. However, since it's obvious the patch corrects problems in some situations and doesn't seem to have an adverse effect I'm signing off. -- 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/
