Definition at line 30 of file Translit.php.
static Elgg_Translit::getAsciiTranslitMap |
( |
| ) |
|
|
static |
Get array of UTF-8 (NFC) character replacements.
- Returns
- array
Definition at line 124 of file Translit.php.
static Elgg_Translit::hasNormalizerSupport |
( |
| ) |
|
|
static |
Tests that "normalizer_normalize" exists and works.
- Returns
- bool
Definition at line 257 of file Translit.php.
static Elgg_Translit::transliterateAscii |
( |
|
$utf8 | ) |
|
|
static |
Transliterate Western multibyte chars to ASCII.
- Parameters
-
string | $utf8 | a UTF-8 string |
- Returns
- string
Definition at line 108 of file Translit.php.
static Elgg_Translit::urlize |
( |
|
$string, |
|
|
|
$separator = '-' |
|
) |
| |
|
static |
Create a version of a string for embedding in a URL.
- Parameters
-
string | $string | A UTF-8 string |
string | $separator | The character to separate words with |
- Returns
- string
- Examples:
- /root/Elgg/engine/lib/output.php.
Definition at line 39 of file Translit.php.
The documentation for this class was generated from the following file: