forked from leftypol/leftypol
use multibyte-aware mb_strlen() instead of strlen(); fixed issue #8)
This commit is contained in:
parent
825317ec38
commit
6a02dfd5aa
4 changed files with 21 additions and 15 deletions
|
@ -7,7 +7,8 @@
|
|||
|
||||
require 'contrib/gettext/gettext.inc';
|
||||
|
||||
register_shutdown_function('fatal_error_handler');
|
||||
register_shutdown_function('fatal_error_handler');
|
||||
mb_internal_encoding('UTF-8');
|
||||
loadConfig();
|
||||
|
||||
function loadConfig() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue