function unicode_check

7.x unicode.inc unicode_check()
6.x unicode.inc unicode_check()

Wrapper around _unicode_check().

2 calls to unicode_check()
_drupal_bootstrap_full in drupal-6.x/includes/common.inc
_drupal_maintenance_theme in drupal-6.x/includes/theme.maintenance.inc
Sets up the theming system for site installs, updates and when the site is in off-line mode. It also applies when the database is unavailable.

File

drupal-6.x/includes/unicode.inc, line 22

Code

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