https://bugzilla.wikimedia.org/show_bug.cgi?id=29514
Web browser: ---
Bug #: 29514
Summary: PHP5 UTF-8
Product: MediaWiki
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General/Unknown
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Hello.
My name is Rinat, I want to contribute by my class.
PHP5 UTF-8 is a UTF-8 aware library of functions mirroring PHP's own string
functions
http://code.google.com/p/php5-utf8/source/browse/
This package is advance of http://sourceforge.net/projects/phputf8 (last
updated in 2007).
*Features and benefits of using this class*
* Compatibility with the interface standard PHP functions that deal with
single-byte encodings
* Ability to work without PHP extensions ICONV and MBSTRING, if any, that are
actively used!
* Useful features are missing from the ICONV and MBSTRING
* The methods that take and return a string, are able to take and return null
(useful for selects from a database)
* Several methods are able to process arrays recursively
* A single interface and encapsulation (you can inherit and override)
* High performance, reliability and quality code
* PHP> = 5.3.x
Example:
$s = 'Hello, Привет';
if (UTF8::is_utf8($s)) echo UTF8::strlen($s);
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l