[Koha-bugs] [Bug 9897] New: members/member.pl double encoded utf-8 strings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 22 12:30:33 CET 2013


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

            Bug ID: 9897
           Summary: members/member.pl double encoded utf-8 strings
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: dpavlin at rot13.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Since we are doing encode all over the place if patron categories have utf-8
strings this page gets corrupted.

Culprit is

my @categories=C4::Category->all;

which can be tested by replacing it with empty array like

my @categories=()

Unfortunately die to the way code is structured there is no easy solution for
this problem.

-- 
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