Index: branches/unlabeled/unlabeled-1.1.2/utf.php =================================================================== diff -u -r4205 -r4211 --- branches/unlabeled/unlabeled-1.1.2/utf.php (.../utf.php) (revision 4205) +++ branches/unlabeled/unlabeled-1.1.2/utf.php (.../utf.php) (revision 4211) @@ -12,6 +12,8 @@ header('Content-type: text/html; charset: utf-8'); +if (!defined('DEBUG_MODE') || !DEBUG_MODE) exit; + $target_charset = 'utf8'; $target_collation = 'utf8_general_ci';