[Koha-bugs] [Bug 9425] Template plugins are missing utf8 encoding

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 6 17:12:48 CET 2013


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14697|0                           |1
        is obsolete|                            |

--- Comment #6 from Owen Leonard <oleonard at myacpl.org> ---
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 <oleonard at myacpl.org>

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.


More information about the Koha-bugs mailing list