constant UNICODE_ERROR

  1. 7.x drupal-7.x/includes/unicode.inc UNICODE_ERROR
  2. 6.x drupal-6.x/includes/unicode.inc UNICODE_ERROR

Indicates an error during check for PHP unicode support.

2 uses of UNICODE_ERROR
unicode_requirements in drupal-6.x/includes/unicode.inc
Return Unicode library status and errors.
_unicode_check in drupal-6.x/includes/unicode.inc
Perform checks about Unicode support in PHP, and set the right settings if needed.

File

drupal-6.x/includes/unicode.inc, line 6

Code

define('UNICODE_ERROR', -1)