Hi, Currently I'm trying to convert an ISIS database to MARC21. So I use Biblio::Isis and MARC::Record to do that. No problem with this conversion, except for some weird character encoding problems. Some bibliographic records are in written in french, and accentuated characters like 'é' are display as '<82>'.
I've tried to use some Encode::* modules (Encode, Encode::Guess, Encode::Detec, Encode::First), but without success. Is there anybody who have this kind of problem? Is there a solution? Thanks in advance. Regards, Emmanuel Di Pretoro