[Koha-bugs] [Bug 11290] members-home.pl displays badly if using non english templates and have a utf8 char in categorycode description

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 26 19:33:27 CET 2013


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

--- Comment #12 from Chris Cormack <chris at bigballofwax.co.nz> ---
(In reply to Tomás Cohen Arazi from comment #11)
> (In reply to Jacek Ablewicz from comment #7)
> > I think the underlying cause for this particular problem in members.pl and
> > members-home.pl is that output()/utf8_arrayref()/utf8_hashref() subs in
> > Templates.pm do not know what to do with objects / blessed hashrefs (they
> > treat them as strings/scalars, actually calling utf8::is_utf8() on them
> > etc.).
> 
> Preparing for Reno i had tried even removing any call to those sub. I'd be
> in favour of removing them and using template filters instead (I.e. less
> loops traversing data structures and less probable double encoding
> situations)..
> 
I would prefer this situation also

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