[Koha-bugs] [Bug 11906] Bad display of utf-8 chars in Patron lists (Datatable)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 27 10:17:02 CET 2014


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

--- Comment #16 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 26624
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26624&action=edit
Bug 11906: The EncodeUTF8 TT Plugin is useless

Now, the data from the DB, return by Koha::Database, have the utf-8 flag
turn on.
It becomes useless to encode them at the template level.
The EncodeUTF8 plugin can be removed too.

Test plan:
1/ Check out a book with a title containing non-latin characters.
2/ On circ/renew.pl, renew the item.
3/ In some case, you have a warning box, to override a limit. It should
not contain broken strings.
If you confirm, you get a "Item renewed" box, it should not contain
broken strings.

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

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


More information about the Koha-bugs mailing list