软件包: libunicode-maputf8-perl (1.14-1)
libunicode-maputf8-perl 的相关链接
Trisquel 的资源:
下载源码包 libunicode-maputf8-perl:
- [libunicode-maputf8-perl_1.14-1.dsc]
- [libunicode-maputf8-perl_1.14.orig.tar.gz]
- [libunicode-maputf8-perl_1.14-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Niko Tyni
- gregor herrmann
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module for converting between any character sets and UTF8
Unicode::MapUTF8 provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so you don't have to know the underlying implementations to do simple UTF8 to-from other character set encoding conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a standardized and simple API.
This also provides general character set conversion operation based on UTF8 - it is possible to convert between any two compatible and supported character sets via a simple two step chaining of conversions.
As with most things Perlish - if you give it a few big chunks of text to chew on instead of lots of small ones it will handle many more characters per second.
By design, it can be easily extended to encompass any new charset encoding conversion modules that arrive on the scene.
其他与 libunicode-maputf8-perl 有关的软件包
|
|
|
-
- dep: libjcode-pm-perl
- Perl extension interface to convert Japanese text
-
- dep: libunicode-map-perl
- Perl module for mapping charsets from and to UTF16 Unicode
-
- dep: libunicode-map8-perl
- module to map 8bit character sets to Unicode
-
- dep: libunicode-string-perl
- Older Perl modules for Unicode string manipulation
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language