You are here

constant UNICODE_ERROR in Drupal 7

Same name and namespace in other branches
  1. 4 includes/unicode.inc \UNICODE_ERROR
  2. 5 includes/unicode.inc \UNICODE_ERROR
  3. 6 includes/unicode.inc \UNICODE_ERROR

Indicates an error during check for PHP unicode support.

1 use of UNICODE_ERROR
_unicode_check in includes/unicode.inc
Perform checks about Unicode support in PHP, and set the right settings if needed.

File

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

Code

define('UNICODE_ERROR', -1);