Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
perl . perl4lib
This is a Usenet group - learn more
Find or start a Google Group about perl4lib.
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 369  Older »
Description: perl4lib@perl.org (Moderated)
 

FW: reading and writing of utf-8 with marc::batch 
  Eric, Have you tried checking how MARC::Batch views the encoding? e.g. ...while ( my $marc = $batch->next ) { print $marc->encoding(); print $marc->as_usmarc; } It is supposed to pick up the encoding from 09 in the leader but I am not sure this is totally reliable. If you know this is definitely a utf8 file you can mannually set the encoding (but you shouldn't have to).... more »
By "Brown, Alan"  - Mar 27 - 1 new of 1 message    

reading and writing of utf-8 with marc::batch 
  For the life of me I can't figure out how to do reading and writing of UTF-8 with MARC::Batch. I have a UTF-8 encoded file of MARC records. Dumping the records and greping for a particular string illustrates the validity: $ marcdump und.marc | grep Sainte-Face und.marc 1000 records 2000 records... more »
By Eric Lease Morgan  - Mar 26 - 17 new of 17 messages    

Permission to translate your page at http://marcpm.sourceforge.net/ 
  Hi Anja Sorry for the delay. Yes please feel free to translate it and make it available. I think it's awesome that you want to! I am cc'ing the perl4lib mailing list where people continue to talk about MARC::Record and related modules. Best wishes, //Ed
By Ed Summers  - Feb 20 - 6 new of 6 messages    

MARC::File::XML 1.0.1 
  Hi, I have uploaded version 1.0.1 to CPAN. Changes since 1.0 are: - RT#83284: return empty MARC::Record given empty <record/> My thanks to Dan Wells and Colin Campbell for testing the fix. A note for packagers: if you've already packaged 1.0, I recommend packaging 1.0.1 ASAP because it turned out that there's a fair amount of clients of... more »
By Galen Charlton  - Feb 15 - 1 new of 1 message    

MARC::Record 2.0.5 
  Hi, I have uploaded version 2.0.5 of MARC::Record to CPAN. This is a minor bugfix release. The one change since 2.0.4 is: - fix use of qw(...) in test case so that module passes tests with Perl 5.17.x. Regards, Galen -- Galen Charlton gmcha...@gmail.com
By Galen Charlton  - Feb 11 - 1 new of 1 message    

MARC::Charset 1.34 
  Hi, I have uploaded version 1.34 of MARC::Charset to CPAN. This is a minor bugfix and portability release. Changes from 1.33 are: - RT#83257: use AnyDBM_File rather than hardcode GDBM_File To improve portability, use AnyDBM_File to select a DBM rather than rely on GDBM_File. GDBM_File apparently used... more »
By Galen Charlton  - Feb 11 - 7 new of 7 messages    

MARC::File::XML 1.0 
  Hi, I have uploaded version 1.0 of MARC::File::XML to CPAN. Changes from version 0.93 are: 1.0 Sun Feb 10 21:32:32 PST 2013 - Use XML::LibXML rather than XML::SAX to parse MARCXML records. This offers a significant speed improvement for record parsing; in some tests, parsing time on a large file was reduced by 80%.... more »
By Galen Charlton  - Feb 11 - 1 new of 1 message    

MARC/Perl hosting 
  Hi, The other day, I update MARC/Perl [1], which is hosted at SourceForge, to SourceForge's new platform. As a consequence, the primary Git repository's address has changed to: - [link] (web view) - git://git.code.sf.net/p/marcpm /code marcpm-code (Git read-only clone URL)... more »
By Galen Charlton  - Feb 10 - 1 new of 1 message    

MARC::Record 2.0.4 
  Hi, I have uploaded version 2.0.4 of MARC::Record to CPAN. This is a minor functionality and bugfix release. Changes since version 2.0.3 are: Enhancements ---------------------- - add MARC::Field->set_indicator($in dpos, $indval), a mutator for indicators - add MARC::Field->set_tag to allow tags to be renamed... more »
By Galen Charlton  - Feb 9 - 2 new of 2 messages    

Fwd: some transformations on file 
  hello, Just 2 notes about your attached content: * please don't do that on mailing list: it's unsolicited content. provide download urls instead. * those are not marc files so the exemples given below don't work as long as you haven't translated it to iso2709. ... not tested but here is a good base:... more »
By Marc Chantreux  - Jan 20 - 6 new of 6 messages    

1 - 10 of 369   « Newer | Older »

XML