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 »
|
|
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 »
|
|
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 »
|
|
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
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
|