UNICODE_SINGLEBYTE
in includes/unicode.inc
Indicates that standard PHP (emulated) unicode support is being used.
<?php
define('UNICODE_SINGLEBYTE', 0);
?>
Login or register to post comments in includes/unicode.inc
Indicates that standard PHP (emulated) unicode support is being used.
<?php
define('UNICODE_SINGLEBYTE', 0);
?>
Login or register to post comments