The CentralNic Unicode Library (Unicode.php) provides some PHP classes for manipulating Unicode data. These classes are general purpose, but are intended for use when working with Internationalised Domain Names (IDNs).
| Tags | Software Development Libraries php classes Localization Text Processing Linguistic |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Release Notes: This release fixes a bug in the toLower() method of Unicode_Character which would return a NULL value if no lower-case character could be found.


Release Notes: This release updates the block database to include a block that was missing in previous releases. Full PhpDocumentor documentation has also been added.


Release Notes: This release fixes a problem with XML/HTML encoding.


Release Notes: This release introduces compatability with PHP 4.x.


Release Notes: This release adds more string-like functions to Unicode_String (such as explode(), strpos(), trim(), reverse(), and cmp()). Unicode_Character now includes a method to list the homoglyphs for a specific character.