Encode::MAB2table - Table-driven transformation from MAB2 character set to Unicode


MAB2 documentation Contained in the MAB2 distribution.

Index


Code Index:

NAME

Top

Encode::MAB2table - Table-driven transformation from MAB2 character set to Unicode

DESCRIPTION

Top

This module is a low-level helper module for the Encode::MAB2 module. It converts the raw MAB2 bytes to Unicode equivalents but only halfway. The result has wrong Unicode semantics. It is recommended to work with Encode::MAB2 which fixes the wrong semantics by changing the sequences of combining characters and normalizes the result to proper Unicode Normalization Form C.

SEE ALSO

Top

Encode::MAB2


MAB2 documentation Contained in the MAB2 distribution.

package Encode::MAB2table;
our $VERSION = "0.06";

use Encode ();
use XSLoader;
XSLoader::load(__PACKAGE__,$VERSION);

1;
__END__