Commit Graph

10 Commits

Author SHA1 Message Date
sturm
39c1b63570 update to p5-Unicode-MapUTF8-1.10
unbreak make regress

from Bernd Ahlers <bernd at ba-net.org>
2005-08-07 10:39:47 +00:00
db
0925c3a284 typo and wording fixes; approved by pval
ok mbalmer@ "that diff was fun to read"
2005-03-15 01:57:02 +00:00
naddy
b7db90135a SIZE 2005-01-05 15:58:29 +00:00
espie
081e4fec6d update to new plists. 2004-09-14 23:24:38 +00:00
espie
4f9799018c new-style PLISTs 2004-08-06 16:06:02 +00:00
xsa
93568351bb set BUILD_DEPENDS= ${RUN_DEPENDS} not the opposite .. for obvious
reasons... okay pvalchev@.
2004-06-26 07:35:05 +00:00
naddy
6a2d278bc0 overhaul 2003-12-31 18:34:56 +00:00
lebel
96c11c2cbc depends on p5-Jcode 2003-05-30 15:34:55 +00:00
lebel
78fcde681d depends on p5-Unicode-Map 2003-05-30 15:04:42 +00:00
lebel
e368b86b5e initial import of converters/p5-Unicode-MapUTF8 1.08:
--
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 underlaying 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.
2003-05-30 14:46:19 +00:00