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::File::Encode - Encode wrapper for MARC::Record

Description

       Encode.pm exports encode() by default, and MARC::File::USMARC already has a function encode() so we need
       this wrapper to keep things the way they are. I was half tempted to change MARC::File::USMARC::encode()
       to something else but there could very well be code in the wild that uses it directly and I don't want to
       break backwards compat. This probably comes with a performance hit of some kind.

   marc_to_utf8()
       Simple wrapper around Encode::decode().

perl v5.36.0                                       2022-10-13                            MARC::File::Encode(3pm)

Name

       MARC::File::Encode - Encode wrapper for MARC::Record

See Also