https://bugzilla.wikimedia.org/show_bug.cgi?id=27849

Bawolff <bawolff...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bawolff...@gmail.com

--- Comment #14 from Bawolff <bawolff...@gmail.com> 2011-05-05 22:18:09 UTC ---
Can't you do something like
$string2 = $string
UtfNormal::quickIsNFCVerify( $string2 );
$stringIsValidUTF8 = $string === $string2 ? true : false;

As far as I can tell, the quickIsNFCVerify doesn't seem to do anything with the
string argument other then remove invalid sequences, and remove control
characters (or replace with the replacement character).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to