summaryrefslogtreecommitdiff
path: root/test/files/script/utf8.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/script/utf8.scala')
-rwxr-xr-xtest/files/script/utf8.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/script/utf8.scala b/test/files/script/utf8.scala
index a47828ad37..5366562cee 100755
--- a/test/files/script/utf8.scala
+++ b/test/files/script/utf8.scala
@@ -18,6 +18,7 @@ then
SOURCE=`cygpath --$format "$SOURCE"`;
fi
+export LC_CTYPE=en_US.UTF-8
exec scala -nocompdaemon "$SOURCE" "$@"
!#