constant UNICODE_SINGLEBYTE

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

3 uses of UNICODE_SINGLEBYTE
UnicodeUnitTest::testEmulatedUnicode in drupal/core/modules/system/lib/Drupal/system/Tests/System/UnicodeUnitTest.php
Test emulated unicode features.
UnicodeUnitTest::testMbStringUnicode in drupal/core/modules/system/lib/Drupal/system/Tests/System/UnicodeUnitTest.php
Test full unicode features implemented using the mbstring extension.
unicode_check in drupal/core/includes/bootstrap.inc
Checks for Unicode support in PHP and sets the proper settings if possible.

File

drupal/core/includes/bootstrap.inc, line 292
Functions that need to be loaded on every Drupal request.

Code

const UNICODE_SINGLEBYTE = 0;