Indicates that standard PHP (emulated) unicode support is being used.
File
- core/
includes/ unicode.inc, line 15 - Provides Unicode-related conversions and operations.
Code
define('UNICODE_SINGLEBYTE', 0)
Indicates that standard PHP (emulated) unicode support is being used.
define('UNICODE_SINGLEBYTE', 0)