MARC-Detrans
view release on metacpan or search on metacpan
lib/MARC/Detrans/Name.pm view on Meta::CPAN
use MARC::Detrans::Name;
my $name = MARC::Detrans::Name->new(
from => '$aNicholas $bI, $cEmperor of Russia, $d1796-1855',
to => '$a^[(NnIKOLAJ^[s, $bI, $c^[(NiMPERATOR^[s ^[(NwSEROSSIJSKIJ^[s, $d1796-1855'
);
=head1 DESCRIPTION
MARC::Detrans::Rule represents a single non-standard detransliteration mapping
for a MARC field. For example personal names often have non-standard
transliterations, so to get them back to the original script a non-rules based
detransliteration has to occur.
MARC::Detrans::Name and MARC::Detrans::Names aid in this process by allowing you
to create a single mapping of one field to another, and then adding them to a
rule set.
=head1 METHODS
=head2 new()
( run in 0.628 second using v1.01-cache-2.11-cpan-71847e10f99 )