Indicates that standard PHP (emulated) unicode support is being used.
File
- includes/
unicode.inc, line 16 - 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)