logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MARC::Charset::Compiler - compile XML mapping rules from LoC

Compile()

       Pass in the path to an XML file to compile.

perl v5.34.0                                       2022-08-02                       MARC::Charset::Compiler(3pm)

Description

       MARC::Charset uses mapping rules from the Library of Congress for generating a MARC::Charset::Table for
       looking up utf8 values based on the source MARC-8 character set and the character.

Methods

Name

       MARC::Charset::Compiler - compile XML mapping rules from LoC

New()

       The constructor.

Synopsis

           $compiler = MARC::Charset::Compiler->new();
           $table = $compiler->compile('codetables.xml');

See Also