MARC::Charset

MARC::Charset is a Perl module to convert MARC-8 encoded strings to UTF-8.
Download

MARC::Charset Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ed Summers
  • Publisher web site:
  • http://search.cpan.org/~esummers/Bundle-MyLibrary-0.05/lib/Bundle/MyLibrary.pm

MARC::Charset Tags


MARC::Charset Description

MARC::Charset is a Perl module to convert MARC-8 encoded strings to UTF-8. MARC::Charset is a Perl module to convert MARC-8 encoded strings to UTF-8.SYNOPSIS # import the marc8_to_utf8 function use MARC::Charset 'marc8_to_utf8'; # prepare STDOUT for utf8 binmode(STDOUT, 'utf8'); # print out some marc8 as utf8 print marc8_to_utf8($marc8_string);MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8 strings. MARC-8 is a single byte character encoding that predates unicode, and allows you to put non-Roman scripts in MARC bibliographic records. Requirements: · Perl


MARC::Charset Related Software