Go to the source code of this file.
Classes | |
class | UtfNormal |
Unicode normalization routines for working with UTF-8 strings. More... | |
Enumerations | |
enum | UNORM_NONE |
For using the ICU wrapper. More... | |
enum | UNORM_NFD |
enum | UNORM_NFKD |
enum | UNORM_NFC |
enum | UNORM_DEFAULT |
enum | UNORM_NFKC |
enum | UNORM_FCD |
enum | NORMALIZE_ICU |
Variables | |
global | $utfCombiningClass = NULL |
global | $utfCanonicalComp = NULL |
global | $utfCanonicalDecomp = NULL |
global | $utfCompatibilityDecomp = NULL |
enum NORMALIZE_ICU |
Definition at line 47 of file UtfNormal.php.
enum UNORM_DEFAULT |
Definition at line 43 of file UtfNormal.php.
enum UNORM_FCD |
Definition at line 45 of file UtfNormal.php.
enum UNORM_NFC |
Definition at line 42 of file UtfNormal.php.
enum UNORM_NFD |
Definition at line 40 of file UtfNormal.php.
enum UNORM_NFKC |
Definition at line 44 of file UtfNormal.php.
enum UNORM_NFKD |
Definition at line 41 of file UtfNormal.php.
enum UNORM_NONE |
$utfCanonicalComp = NULL |
Definition at line 25 of file UtfNormal.php.
Referenced by UtfNormal::fastCompose(), and CleanUpTest::XtestAllChars().
$utfCanonicalDecomp = NULL |
Definition at line 25 of file UtfNormal.php.
Referenced by benchmarkForm(), UtfNormal::NFD(), and CleanUpTest::XtestAllChars().
$utfCombiningClass = NULL |
Definition at line 25 of file UtfNormal.php.
Referenced by UtfNormal::fastCombiningSort(), UtfNormal::fastCompose(), UtfNormal::loadData(), UtfNormal::quickIsNFC(), and UtfNormal::quickIsNFCVerify().
$utfCompatibilityDecomp = NULL |