RE: reading and writing of utf-8 with marc::batch

2013-03-27 Thread KREYCHE, MICHAEL
Eric-- I'm with Leif. The output you got looks like utf-8 displayed on a terminal that doesn't support it. Whether you need to fix the terminal display is another matter--I've never felt compelled to do so. Anyway, I think you can now sign yourself Eric Did-it-right-the-first-time Morgan!

RE: passing records from OAI-Harvester to MARC-Record

2008-04-22 Thread KREYCHE, MICHAEL
-Original Message- From: josh santelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 12:19 PM To: Perl4lib Cc: KREYCHE, MICHAEL Subject: Re: passing records from OAI-Harvester to MARC-Record Mike, I think Ed Summers' message (from Dec. 17th) on the code4lib

passing records from OAI-Harvester to MARC-Record

2008-04-21 Thread KREYCHE, MICHAEL
I'm trying something a little new for me and, as usual, the first time is the hardest. I'm harvesting MARC records from a repository and want to modify them. In the past I've used LWP to retrieve raw XML, parsed it, and turned it into a MARC structure. Now I'm trying to do things the right way.