Indicates that full unicode support with the PHP mbstring extension is being used.
File
- core/
includes/ unicode.inc, line 21 - Provides Unicode-related conversions and operations.
Code
define('UNICODE_MULTIBYTE', 1)
Indicates that full unicode support with the PHP mbstring extension is being used.
define('UNICODE_MULTIBYTE', 1)