You are here

constant UNICODE_SINGLEBYTE in Drupal 7

Same name and namespace in other branches
  1. 4 includes/unicode.inc \UNICODE_SINGLEBYTE
  2. 5 includes/unicode.inc \UNICODE_SINGLEBYTE
  3. 6 includes/unicode.inc \UNICODE_SINGLEBYTE

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

3 uses of UNICODE_SINGLEBYTE
UnicodeUnitTest::testEmulatedUnicode in modules/simpletest/tests/unicode.test
Test emulated unicode features.
UnicodeUnitTest::testMbStringUnicode in modules/simpletest/tests/unicode.test
Test full unicode features implemented using the mbstring extension.
_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 16
Provides Unicode-related conversions and operations.

Code

define('UNICODE_SINGLEBYTE', 0);