The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MARC::Charset::ArabicExtended - MARC8/UTF8 mappings for Extended Arabic

SYNOPSIS

 use MARC::Charset::ArabicExtended;
 my $cs = MARC::Charset::ArabicExtended->new();

DESCRIPTION

MARC::Charset::ArabicExtended provides a mapping between the MARC8 Extended Arabic character set and Unicode(UTF8). It is typically used by MARC::Charset, so you probably don't need to use this yourself. It inherits from MARC::Charset::Generic, so to see all the methods you can call you need to look at those docs.

METHODS

The constructor, which will return you a MARC::Charset::ArabicExtended object.

lookup()

The workhorse method that does the lookup. Pass it an a character and you'll get back the UTF8 character.

combining()

Pass it a character and you'll get back a true value (1) if the character is a combining character, and false (undef) if it is not.

TODO

Nothing

SEE ALSO

MARC::Charset::Generic

AUTHORS

Ed Summers <ehs@pobox.com>