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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
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/