constant UNICODE_MULTIBYTE in Drupal 7
Same name and namespace in other branches
- 4 includes/unicode.inc \UNICODE_MULTIBYTE
- 5 includes/unicode.inc \UNICODE_MULTIBYTE
- 6 includes/unicode.inc \UNICODE_MULTIBYTE
Indicates that full unicode support with the PHP mbstring extension is being used.
6 uses of UNICODE_MULTIBYTE
- drupal_strlen in includes/
unicode.inc - Counts the number of characters in a UTF-8 string.
- drupal_strtolower in includes/
unicode.inc - Lowercase a UTF-8 string.
- drupal_strtoupper in includes/
unicode.inc - Uppercase a UTF-8 string.
- drupal_substr in includes/
unicode.inc - Cuts off a piece of a string based on character indices and counts.
- UnicodeUnitTest::testMbStringUnicode in modules/
simpletest/ tests/ unicode.test - Test full unicode features implemented using the mbstring extension.
File
- includes/
unicode.inc, line 22 - Provides Unicode-related conversions and operations.
Code
define('UNICODE_MULTIBYTE', 1);