summaryrefslogtreecommitdiff
path: root/t/lib/lc-language.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/lc-language.t')
-rw-r--r--t/lib/lc-language.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib/lc-language.t b/t/lib/lc-language.t
index 6a70b79ef9..9facd3509d 100644
--- a/t/lib/lc-language.t
+++ b/t/lib/lc-language.t
@@ -10,6 +10,8 @@ BEGIN {
use Locale::Language;
+no utf8; # so that the naked 8-bit characters won't gripe under use utf8
+
#-----------------------------------------------------------------------
# This is an array of tests. Each test is eval'd as an expression.
# If it evaluates to FALSE, then "not ok N" is printed for the test,