| [ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
UTF8 helper functions This file now only intitializes the UTF-8 capability detection and defines helper functions if needed. All actual code is in the \dokuwiki\Utf8 classes
| Author: | Andreas Gohr |
| File Size: | 285 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| utf8_isASCII($str) X-Ref |
| No description |
| utf8_strip($str) X-Ref |
| No description |
| utf8_check($str) X-Ref |
| No description |
| utf8_basename($path, $suffix = '') X-Ref |
| No description |
| utf8_strlen($str) X-Ref |
| No description |
| utf8_substr($str, $offset, $length = null) X-Ref |
| No description |
| utf8_substr_replace($string, $replacement, $start, $length = 0) X-Ref |
| No description |
| utf8_ltrim($str, $charlist = '') X-Ref |
| No description |
| utf8_rtrim($str, $charlist = '') X-Ref |
| No description |
| utf8_trim($str, $charlist = '') X-Ref |
| No description |
| utf8_strtolower($str) X-Ref |
| No description |
| utf8_strtoupper($str) X-Ref |
| No description |
| utf8_ucfirst($str) X-Ref |
| No description |
| utf8_ucwords($str) X-Ref |
| No description |
| utf8_deaccent($str, $case = 0) X-Ref |
| No description |
| utf8_romanize($str) X-Ref |
| No description |
| utf8_stripspecials($str, $repl = '', $additional = '') X-Ref |
| No description |
| utf8_strpos($haystack, $needle, $offset = 0) X-Ref |
| No description |
| utf8_tohtml($str, $all = false) X-Ref |
| No description |
| utf8_unhtml($str, $enties = false) X-Ref |
| No description |
| utf8_to_unicode($str, $strict = false) X-Ref |
| No description |
| unicode_to_utf8($arr, $strict = false) X-Ref |
| No description |
| utf8_to_utf16be($str, $bom = false) X-Ref |
| No description |
| utf16be_to_utf8($str) X-Ref |
| No description |
| utf8_bad_replace($str, $replace = '') X-Ref |
| No description |
| utf8_correctIdx($str, $i, $next = false) X-Ref |
| No description |