Ed,
On Fri, Jun 17, 2011 at 10:53:00AM +0100, Edmund Chamberlain wrote:
> Firstly, hello! Its my first time posting and possibly somewhat
> predictably with a call for help with Unicode stuff.
Ah, yes...
> I've just checked the archive and seen this thread and am having a
> similar problem, a
Firstly, hello! Its my first time posting and possibly somewhat
predictably with a call for help with Unicode stuff.
I've just checked the archive and seen this thread and am having a
similar problem, a badly encoded character is causing a while loop
through MARC::Batch->next to crash out with
]
> Sent: Tuesday, May 17, 2011 9:27 AM
> To: Mike Barrett; perl4lib@perl.org
> Subject: Re: Invalid UTF-8 characters causing MARC::Record crash.
>
> >Anybody ever see this before?
>
> All. The. Time.
>
> When I use Encode.pm version 2.12 I don't have this p
Al,
Your code worked like a charm. Ran the entire test data set (about 1,000
bibs) w/out a problem.
Dave,
Being a Perl novice, I decided to forgo LocalOverride. Your description
scared me off. :)
I'll make that an adventure for another day.
Now I can start on my real project: Mining bib reco
On Tue, 2011-05-17 at 07:27 -0700, Al wrote:
> For me I've found the best solution is to leave Encode.pm
> alone and redefine the offending subroutine within my processing script. I
> paste this in at the bottom of every script:
I always feel a little funny about promoting my own modules, but th
>Anybody ever see this before?
All. The. Time.
When I use Encode.pm version 2.12 I don't have this problem. But it occurs
repeatedly with version 2.40.
There are a few different solutions, but I'm assuming, like me, that it's
not practical for you to clean up your MARC records *before* you t
Hi,
> I'm using MARC::Batch and MARC::Field to iterate through a text file of
> bibliographic records from Voyager.
>
> The unrecoverable error is actually occurring in the Perl Unicode module
> which is, of course, called by MARC::Record.
> It's running into "invalid UTF-8 character 0xC2."
> Whe
I'm using MARC::Batch and MARC::Field to iterate through a text file of
bibliographic records from Voyager.
The unrecoverable error is actually occurring in the Perl Unicode module
which is, of course, called by MARC::Record.
It's running into "invalid UTF-8 character 0xC2."
When I looked up the U