function unicode_check
Same name and namespace in other branches
- 6.x drupal-6.x/includes/unicode.inc \unicode_check()
Wrapper around _unicode_check().
2 calls to unicode_check()
- _drupal_bootstrap_full in drupal-7.x/
includes/ common.inc - _drupal_maintenance_theme in drupal-7.x/
includes/ theme.maintenance.inc - Sets up the theming system for maintenance page.
Archivo
- drupal-7.x/
includes/ unicode.inc, line 88 - Provides Unicode-related conversions and operations.
Código
function unicode_check() {
list($GLOBALS['multibyte']) = _unicode_check();
}