Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
unicode.inc
»
UNICODE_MULTIBYTE
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
6 uses of UNICODE_MULTIBYTE
drupal_strlen
in drupal/
includes/
unicode.inc
Counts the number of characters in a UTF-8 string.
drupal_strtolower
in drupal/
includes/
unicode.inc
Lowercase a UTF-8 string.
drupal_strtoupper
in drupal/
includes/
unicode.inc
Uppercase a UTF-8 string.
drupal_substr
in drupal/
includes/
unicode.inc
Cuts off a piece of a string based on character indices and counts.
UnicodeUnitTest::testMbStringUnicode
in drupal/
modules/
simpletest/
tests/
unicode.test
Test full unicode features implemented using the mbstring extension.
_unicode_check
in drupal/
includes/
unicode.inc
Perform checks about Unicode support in PHP, and set the right settings if needed.