[Koha-bugs] [Bug 5616] UTF-8 problem in Card View

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 10 14:59:53 CEST 2011


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

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P5                          |PATCH-Sent
            Version|rel_3_2                     |master
       Patch Status|Patch Pushed                |Needs Signoff

--- Comment #10 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-10-10 12:59:53 UTC ---
Frederick,
I saw that in your patch you encoded the data.
AFAIK you should decode data coming from outside the program and you could
leave the encoding to perl when outputting the data as long as you have the
encoding of your file handles correctly.
Nevertheless, I still think your patch will work in most cases.
Note that it is not needed to decode data from LibXSLT if the stylesheet
contains the instruction to use UTF8 (See CPAN.)
I would suggest to add the instruction to use UTF8 in the HTML header.

Sending a small additional patch for that purpose. Could you check it?

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list