[Koha-bugs] [Bug 645] C4/Biblio.pm is not UTF-8 clean

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Mon Jun 25 06:30:54 CEST 2007


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=645





------- Comment #1 from mason.james at liblime.com  2007-06-24 21:30 -------
(In reply to comment #0)
> Lines 2318 onwards contain 8-bit characters, but it is not clear what the file
> encoding is (8859-1?) and they are not valid UTF-8 characters. Possibly we
> should be using escapes for them? Should the database be utf-8 rather than 8859-1?



just an update on this old bug...


mjr's comments seems to be refering to the char_decode() sub, 
(which is now at line 2603)

2603 sub char_decode {
2604 
2605     # converts ISO 5426 coded string to ISO 8859-1
2606     # sloppy code : should be improved in next issue

the sub itself doesnt seem to have been updated still the bug creation date.

is this still a valid issue anyone?, Paul or Joshua perhaps?




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list