1MARC::File::Encode(3) User Contributed Perl DocumentationMARC::File::Encode(3)
2
3
4
6 MARC::File::Encode - Encode wrapper for MARC::Record
7
9 Encode.pm exports encode() by default, and MARC::File::USMARC already
10 has a function encode() so we need this wrapper to keep things the way
11 they are. I was half tempted to change MARC::File::USMARC::encode() to
12 something else but there could very well be code in the wild that uses
13 it directly and I don't want to break backwards compat. This probably
14 comes with a performance hit of some kind.
15
16 marc_to_utf8()
17 Simple wrapper around Encode::decode().
18
19
20
21perl v5.36.0 2022-07-22 MARC::File::Encode(3)