Re: ERROR : "\xF9" does not map to Unicode

2009-07-13 Thread Jordi Pallares
mjor...@sfu.ca - "Jordi Pallares" wrote: Hi, I try to process some records obtained frommy ILS system (Millennium) in UTF-8 characterset and I obtain this error: utf8 "\xF9" does not map to Unicode at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/Encode.pm line 162.

Re: ERROR : "\xF9" does not map to Unicode

2009-07-13 Thread Jordi Pallares
Hi, I test without his lines and I have the same results. I attach a file with 1 record with error: "utf8 "\xF9" does not map to Unicode at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/Encode.pm line 162." I try to convert to marcXML record with yaz-marcdump and I works perfectly. I see the

ERROR : "\xF9" does not map to Unicode

2009-07-13 Thread Jordi Pallares
Hi, I try to process some records obtained frommy ILS system (Millennium) in UTF-8 characterset and I obtain this error: utf8 "\xF9" does not map to Unicode at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/Encode.pm line 162. I use a Unix Machine with FEDORA CORE 10 and perl 5 installed. I