summaryrefslogtreecommitdiff
path: root/perltest
diff options
context:
space:
mode:
Diffstat (limited to 'perltest')
-rwxr-xr-xperltest2
1 files changed, 2 insertions, 0 deletions
diff --git a/perltest b/perltest
index 44afbea..f94e4b3 100755
--- a/perltest
+++ b/perltest
@@ -7,6 +7,8 @@
# "use utf8" lines in order to to UTF-8 stuff (and you mustn't uncomment them
# for non-UTF-8 use).
+use locale;
+
# Function for turning a string into a string of printing chars. There are
# currently problems with UTF-8 strings; this fudges round them.