summaryrefslogtreecommitdiff
path: root/ext/Encode/t/at-cn.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Encode/t/at-cn.t')
-rw-r--r--ext/Encode/t/at-cn.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/Encode/t/at-cn.t b/ext/Encode/t/at-cn.t
index 893c29fa6d..6249feee38 100644
--- a/ext/Encode/t/at-cn.t
+++ b/ext/Encode/t/at-cn.t
@@ -19,9 +19,11 @@ use strict;
use Test::More tests => 29;
use Encode;
+no utf8; # we have raw Chinese encodings here
+
use_ok('Encode::CN');
-# Since JP.t already test basic file IO, we will just focus on
+# Since JP.t already tests basic file IO, we will just focus on
# internal encode / decode test here. Unfortunately, to test
# against all the UniHan characters will take a huge disk space,
# not to mention the time it will take, and the fact that Perl