You are here

function unicode_check in Drupal 5

Same name and namespace in other branches
  1. 4 includes/unicode.inc \unicode_check()
  2. 6 includes/unicode.inc \unicode_check()
  3. 7 includes/unicode.inc \unicode_check()

Wrapper around _unicode_check().

2 calls to unicode_check()
drupal_maintenance_theme in includes/bootstrap.inc
Enables use of the theme system without requiring database access. Since there is not database access no theme will be enabled and the default themeable functions will be called. Some themeable functions can not be used without the full Drupal API…
_drupal_bootstrap_full in includes/common.inc

File

includes/unicode.inc, line 22

Code

function unicode_check() {
  list($GLOBALS['multibyte']) = _unicode_check();
}