constant UNICODE_ERROR

Indicates an error during check for PHP unicode support.

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

File

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

Code

define('UNICODE_ERROR', -1);