1 unicode.inc | unicode_check() |
Wrapper around _unicode_check().
File
- core/
includes/ unicode.inc, line 89 - Provides Unicode-related conversions and operations.
Code
function unicode_check() {
list($GLOBALS['multibyte']) = _unicode_check();
}