| » Metadata |
» Status |
-
Category: Internationalization
-
Proposer: John Downey
-
License: BSD
|
|
| » Description |
|
Provides a method of storing and manipulating multibyte strings in PHP without using ext/mbstring. Also conversion between various methods of storing Unicode in ASCII strings such as UTF-8 and as HTML entities. |
| » Dependencies |
» Links |
|
|
|
| » Timeline |
» Changelog |
-
First Draft: 2004-08-03
- Proposal: 2004-08-03
- Call for Votes: 2004-08-13
- Voting Extended: 2004-08-21
|
John Downey [2004-08-03 15:46 UTC] * Changed package name from Unicode.
* Implemented equal and lastIndexOf methods
* Added support for transcoding to UTF-8 values larger then 3 bytes (still cannot transcode from)
* Fixed some CS mistakes.
John Downey [2004-08-03 16:38 UTC] Fixed links
John Downey [2004-08-04 01:01 UTC] * Added support for translation from UTF-8 Unicode (UCS-4)
* Implemented stringReplace, subStringReplace, strStr methods
John Downey [2004-08-04 22:44 UTC] * Changed license to BSD
* Implemented append method
* Cleaned up some CS mistakes
|