On 8/19/07, Rina Ron <[EMAIL PROTECTED]> wrote:
> I got the error "wide character in print at IO/Handle.pm line 399" and
> solved it in a not nice way by using an object as a hash reference.
> Perhaps there is a better way.
I have updated CVS with code that checks the de
I got the error "wide character in print at IO/Handle.pm line 399" and
solved it in a not nice way by using an object as a hash reference.
Perhaps there is a better way.
Here is what I have :
use MARC::File::XML ( BinaryEncoding => 'utf8', RecordFormat =>
'UNI
Jackie,
Out of curiosity, I looked briefly at the MARC record you provided, and
Tom is right. There is an e with an accent in the 505 that is UTF-8
encoded as 65 CC 81 (Unicode: 0065 0301). I also ran the script and it
ran without giving me the "wide character" message. As Tom said,
RC::Record.
Good luck,
Tom McNeely
Western Washington University Libraries
-Original Message-
From: Jackie Shieh [mailto:[EMAIL PROTECTED]
Sent: Monday, August 28, 2006 7:34 AM
To: perl4lib@perl.org
Subject: Wide character
I ran the attached script against a USMARC record
and MA
On 8/28/06, Jackie Shieh <[EMAIL PROTECTED]> wrote:
I ran the attached script against a USMARC record
and MARC::Record responded with
Wide character in print at 1test.pl line 119.
Line 119 is:
print OUT $record->as_usmarc();
What does it mean? Thank you for any help you ca