[Koha-bugs] [Bug 14078] converting from ISO5426 is not complete

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 29 12:32:38 CEST 2015


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

--- Comment #2 from Fridolin SOMERS <fridolyn.somers at biblibre.com> ---
Created attachment 38655
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38655&action=edit
Bug 14078 - converting from ISO5426 is not complete

Conversion of MARC from ISO5426 is defined in C4::Charset::char_decode5426().
Each character or combined characters conversion is defined in a map.

This patch changes some odd actual conversions.

In char_decode5426(), only characters between 0xC0 and 0xDF will be used for
combining with following charater :
  ($char >= 0xC0 && $char <= 0xDF)
So conversion like "$chars{0x81d1}=0x00b0" will never be used.
Rules for "h with breve below" use combining with 0xf9 but looks like the
correct caracter is 0xd5.

See http://www.gymel.com/charsets/MAB2.html

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list