Indicates that full unicode support with the PHP mbstring extension is being used.
File
- includes/
unicode.inc, line 22 - 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)