NAME

MARC::Charset::Subscripts - MARC8/UTF8 mapping for Subscripts


SYNOPSIS

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


DESCRIPTION

MARC::Charset::Subscripts provides a mapping between the MARC8 Subscript 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 look at those docs to see all the available methods.


METHODS

The constructor, which will return you a MARC::Charset::Subscripts 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>