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 default output encoding
and s
Shieh; perl4lib@perl.org
Subject: RE: Wide character
It didn't do this to me when I ran it. I'm only guessing, but it kinda
sounds like it gagged on a unicode character, maybe. Are you using Perl
5.8.x? I think unicode support was only introduced in Perl 5.6 and
considerably improved in 5.8.
It didn't do this to me when I ran it. I'm only guessing, but it kinda
sounds like it gagged on a unicode character, maybe. Are you using Perl
5.8.x? I think unicode support was only introduced in Perl 5.6 and
considerably improved in 5.8. Maybe also check for the latest version of
MARC::Record.
Go
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 can provide!