unicode_check

Versions
4.7 – 7
unicode_check()

Wrapper around _unicode_check().

▾ 2 functions call 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

Code

includes/unicode.inc, line 22

<?php
function unicode_check() {
  list($GLOBALS['multibyte']) = _unicode_check();
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.