Same name and namespace in other branches
  1. 4.7.x includes/unicode.inc \UNICODE_SINGLEBYTE
  2. 5.x includes/unicode.inc \UNICODE_SINGLEBYTE
  3. 7.x includes/unicode.inc \UNICODE_SINGLEBYTE

Indicates that standard PHP (emulated) unicode support is being used.

1 use of UNICODE_SINGLEBYTE
_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

Code

define('UNICODE_SINGLEBYTE', 0);