PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Internationalization » I18N_UnicodeString

Provides a way to work with self contained multibyte strings

This package is unmaintained.

Download latest release 0.3.1 (archived versions might be outdated)

License: BSD

Description

Provides a method of storing and manipulating multibyte strings in PHP without using ext/mbstring. Also allows conversion between various methods of storing Unicode in 8 byte strings like UTF-8 and HTML entities.

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#7429ClosedReq0.1.02006-04-19utf8-to-unicode & unicode-to-utf8 as public static methods
#10572ClosedBug0.2.12007-03-31stringReplace does infinite loop
#11511ClosedBug0.2.12007-07-03self:: keyword not PHP4 compatible
#19358ClosedBug0.3.02012-03-29Wrong path to Exception class