koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 645] C4/Biblio.pm is not UTF-8 clean
Date: Sun, 24 Jun 2007 21:30:54 -0700 (PDT)

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





------- Comment #1 from address@hidden  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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]