constant UNICODE_ERROR in Drupal 6
Same name and namespace in other branches
- 4 includes/unicode.inc \UNICODE_ERROR
- 5 includes/unicode.inc \UNICODE_ERROR
- 7 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 6
Code
define('UNICODE_ERROR', -1);