Bug 14078: (followup) converting from ISO5426 is not complete
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 29 Apr 2015 10:35:00 +0000 (12:35 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 16 Nov 2015 15:48:44 +0000 (12:48 -0300)
commit636050f9be374fc15acad8b047c1ae227d38b225
tree41781b65977252b9ea67db90a210e25789045a59
parent5e3882bcecede59f24a6b3c4aa9c4324390a29c3
Bug 14078: (followup) 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 adds missing conversions.

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

Signed-off-by: Frederic Demians <f.demians@tamil.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Charset.pm