rfc:ustring

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:ustring [2014/10/21 07:56] krakjoerfc:ustring [2014/10/23 07:27] krakjoe
Line 10: Line 10:
 UString aims to tackle the issues of working with Unicode strings in PHP, via a core, default-enabled extension. UString aims to tackle the issues of working with Unicode strings in PHP, via a core, default-enabled extension.
  
-It does this via adding a new class called UString. This class will contain various methods to allow working with charsets such as UTF-8 (default), UTF-16 and several others. UString will provide a userland API, and a backend API for using various different backends. The current implementation supports ICU, but other backends have been suggested, including a native Windows backend.+It does this via adding a new class called UString. This class will contain various methods to allow working with charsets such as UTF-8 (default), UTF-16 and several others.  
 + 
 +UString provides an extension API, so that other extensions may easily work with and return UString instances.
  
 Having UString sit on top of the ICU library will cover most cases, and it is powerful and has been battle tested for years. Having UString sit on top of the ICU library will cover most cases, and it is powerful and has been battle tested for years.
rfc/ustring.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1