http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=645 ------- Comment #1 from mason.james@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.