function unicode_check
Wrapper around _unicode_check().
2 calls to unicode_check()
- _drupal_bootstrap_full in includes/
common.inc - _drupal_maintenance_theme in includes/
theme.maintenance.inc - Sets up the theming system for maintenance page.
File
-
includes/
unicode.inc, line 88
Code
function unicode_check() {
list($GLOBALS['multibyte']) = _unicode_check();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.