pkgsrc/converters/pear-I18n_UnicodeNormalizer/DESCR
taca b1ccb4e338 Importing pear-I18N_UnicodeNormalizer version 1.0.0.
PHP classes to provide Unicode Normalization.

Performs the 4 normalizations:

	NFD: Canonical Decomposition
	NFC: Canonical Decomposition, followed by Canonical Composition
	NFKD: Compatibility Decomposition
	NFKC: Compatibility Decomposition, followed by Canonical Composition

Complies with the official Unicode.org regression test.  Uses UTF8 binary
strings natively but can normalize a string in any UTF format.  Fully tested
with phpUnit. Code coverage test close to 100%.
2010-12-22 15:12:29 +00:00

12 lines
479 B
Text

PHP classes to provide Unicode Normalization.
Performs the 4 normalizations:
NFD: Canonical Decomposition
NFC: Canonical Decomposition, followed by Canonical Composition
NFKD: Compatibility Decomposition
NFKC: Compatibility Decomposition, followed by Canonical Composition
Complies with the official Unicode.org regression test. Uses UTF8 binary
strings natively but can normalize a string in any UTF format. Fully tested
with phpUnit. Code coverage test close to 100%.