]> git.koha-community.org Git - koha.git/commit
Bug 6371 Item Types description not properly displayed if not pure ASCII
authorFrédéric Demians <f.demians@tamil.fr>
Thu, 19 May 2011 04:54:38 +0000 (06:54 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 8 Oct 2011 21:57:55 +0000 (17:57 -0400)
commit143479ab2e3eaddcb714ea769e7d50436f6fd7fa
tree602a77d47581c12f17505e092964d6546440a490
parente131d2eebc42880ae0f62b3ad293958d95b68fe5
Bug 6371 Item Types description not properly displayed if not pure ASCII

In several places, C4::ItemType module is used to retrieve item types
and their description. If the description text contains non-ASCII
characters, those characters are not properly displayed.

This bug can be seen in:

  - 4xx plugin of a UNIMARC DB
  - Home > Admin > Item circulation alerts
  - others?...

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
  - Fixes display probems in circulation alerts and 4xx UNIMARC plugin
  - display in other places looks ok with and without patch

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 7d599afe6d044db30f4ba7c233fce774dd8020d2)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/ItemType.pm