diff options
author | Larry Hajali <larryhaja@gmail.com> | 2015-01-20 17:19:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-20 17:19:49 +0700 |
commit | 03ad38d0082326f042edea31dcf08b055b4bdadb (patch) | |
tree | dbdd94c531b792c2daa557b938ca666c0a832363 /perl/perl-Unicode-Map8/README | |
parent | 92845ee8f54ae1b71c9ddaa6b06247dd12133aa1 (diff) |
perl/perl-Unicode-Map8: Added (Mapping table).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Unicode-Map8/README')
-rw-r--r-- | perl/perl-Unicode-Map8/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Unicode-Map8/README b/perl/perl-Unicode-Map8/README new file mode 100644 index 0000000000000..e1602a9f8132e --- /dev/null +++ b/perl/perl-Unicode-Map8/README @@ -0,0 +1,5 @@ +The Unicode::Map8 class implement efficient mapping tables between 8-bit +character sets and 16 bit character sets like Unicode. About 170 different +mapping tables between various known character sets and Unicode is distributed +with this package. The source of these tables is the vendor mapping tables +provided by Unicode, Inc. and the code tables in RFC 1345. |