Path to this page:
Subject: CVS commit: pkgsrc/converters/p5-Unicode-Map
From: Takahiro Kambe
Date: 2008-06-11 16:12:29
Message id: 20080611141229.6FD38175D0@cvs.netbsd.org
Log Message:
Importing p5-Unicode-Map version 0.112, based on wip package.
This module converts strings from and to 2-byte Unicode UCS2 format. All
mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding.
To transform these use Unicode::String.
This module can't deal directly with utf8. Use Unicode::String to convert
utf8 to utf16 and vice versa.
Character mapping is according to the data of binary mapfiles in
Unicode::Map hierarchy. Binary mapfiles can also be created with this module,
enabling you to install own specific character sets.
Files: