1MARC::Charset::CompilerU(s3e)r Contributed Perl DocumentaMtAiRoCn::Charset::Compiler(3)
2
3
4
6 MARC::Charset::Compiler - compile XML mapping rules from LoC
7
9 $compiler = MARC::Charset::Compiler->new();
10 $table = $compiler->compile('codetables.xml');
11
13 MARC::Charset uses mapping rules from the Library of Congress for
14 generating a MARC::Charset::Table for looking up utf8 values based on
15 the source MARC-8 character set and the character.
16
19 The constructor.
20
22 Pass in the path to an XML file to compile.
23
24
25
26perl v5.32.1 2021-01-27 MARC::Charset::Compiler(3)