Re: Opening & writing to UTF-8 files; copyright symbol again

2015-11-13 Thread Jon Gorman
lly does contain valid UTF-8 data when you manually set the encoding. On Fri, Nov 13, 2015 at 2:01 PM, Highsmith, Anne L <hism...@library.tamu.edu > wrote: > This is related to my previous post (9/17/2015) about deleting 035 fields > after RDA-ification. Jon Gorman solved

Re: Opening & writing to UTF-8 files; copyright symbol again

2015-11-13 Thread Jon Gorman
2:01 PM, Highsmith, Anne L <hism...@library.tamu.edu > wrote: > This is related to my previous post (9/17/2015) about deleting 035 fields > after RDA-ification. Jon Gorman solved that one for me by pointing out that > I probably had a problem with my perl libraries. > > > >

Re: Editing marc records; program exits with Encode.pm error on copyright symbol

2015-09-18 Thread Jon Gorman
I haven't seen any responses, so I'll give this a shot. Warning though, my memory goes a little bit fuzzy about unicode ;). First, xBF looks suspiciously like part of a byte order mark (aka BOM aka EF BB BF in utf-8). I'd make sure that some change in the process hasn't started introducing some

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

2013-03-27 Thread Jon Gorman
) Then try doing that without the binmode, w/ binmode :raw, etc. Jon Gorman

Re: Turning MARC record object back into a string

2012-03-12 Thread Jon Gorman
: $errorcode \n;) About the only places I use sprintf in perl is formatting numbers. Jon Gorman

Re: Finding all the Perl books

2011-11-08 Thread Jon Gorman
and each edition? So you want to know about, say, the Chinese translations to Effective Perl Programming and some small book only published in Sanskrit? Jon Gorman On Sun, Nov 6, 2011 at 1:18 PM, brian d foy brian.d@gmail.com wrote: I'm looking for a way to discover all the books ever published

Re: confused about utf-8, and perl.

2011-03-24 Thread Jon Gorman
, I'd go with full-scale LWP). I know I've used http://juerd.nl/site.plp/perluniadvice in the past. It's got some useful info. Jon Gorman

Re: Marc::XML with MARC21

2010-01-25 Thread Jon Gorman
are at the top of a MARC record. Jon Gorman

Fwd: ERROR : \xF9 does not map to Unicode

2009-07-13 Thread Jon Gorman
Whoops, meant to send this to the list, not just Jordi. -- Forwarded message -- From: Jon Gorman jonathan.gor...@gmail.com Date: Mon, Jul 13, 2009 at 9:07 AM Subject: Re: ERROR : \xF9 does not map to Unicode To: Jordi Pallares jpalla...@cbuc.es I try to convert to marcXML

Re: ERROR : \xF9 does not map to Unicode

2009-07-13 Thread Jon Gorman
on occasion when using with certain products that tend to always use utf-16.  I see some other characters that do appear to be unicode and correct (c3a8 - U+00a8 - LATIN SMALL LETTER E WITH GRAVE). Jon Gorman

Re: Excel or CSV to METS or MODS

2008-12-18 Thread Jon Gorman
). To me though it sounds like we might need a little bit more information. After all, excel has no semantic structure. I mean, do you have two columns doing a key/value type thing, columns for each data type, small individual tables, etc? Jon Gorman On Thu, Dec 18, 2008 at 9:03 AM, Jacobs