function unicode_check

Wrapper around _unicode_check().

2 calls to unicode_check()

File

drupal/includes/unicode.inc, line 88
Provides Unicode-related conversions and operations.

Code

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