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-7.x/includes/unicode.inc
Returns Unicode library status and errors.
_unicode_check in drupal-7.x/includes/unicode.inc
Perform checks about Unicode support in PHP, and set the right settings if needed.

File

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

Code

define('UNICODE_ERROR', -1)