AW: iso5426 (MAB2?) to UTF8 and back

From: Rolschewski, Johann <Johann.Rolschewski_at_nyob>
Date: Tue, 23 Oct 2012 15:16:55 +0000
To: CODE4LIB_at_LISTSERV.ND.EDU
Hi Marc,

> i would like to process some data from biblio records. they 
> sadly are encoded in iso5426 and i have to take them back in 
> the same charset. 

there are some Java conversion tools available at <http://sourceforge.net/projects/dnb-conv-tools/>. For the conversion from MAB2 to UTF-8 use the following command:

>java -jar XMab2Utf8-1.9.4.jar -i file_in -o file_out

A conversion back from UTF-8 to MAB2 is not available. It would be lossy...

> right now, i found enc2xs and i'm trying to write a UCM 
> (Unicode character mapping) which seems to be a good way to 
> write a conversion table that can be used in every langage.

I´ve tried to use enc2xs with the UCM table from <https://metacpan.org/module/Encode::MAB2>, but had no success...

Regards,

Johann
Received on Tue Oct 23 2012 - 11:18:19 EDT