unicode_check

Versions
4.7 – 7
unicode_check()

Wrapper around _unicode_check().

▾ 2 functions call unicode_check()

_drupal_bootstrap_full in includes/common.inc
_drupal_maintenance_theme in 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.

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.