aboutsummaryrefslogtreecommitdiff
path: root/scm
diff options
context:
space:
mode:
Diffstat (limited to 'scm')
-rw-r--r--scm/dictrans.scm4
-rw-r--r--scm/neatrans.scm2
-rw-r--r--scm/verbop.scm4
3 files changed, 8 insertions, 2 deletions
diff --git a/scm/dictrans.scm b/scm/dictrans.scm
index 2148929..9f1cfd5 100644
--- a/scm/dictrans.scm
+++ b/scm/dictrans.scm
@@ -4,3 +4,3 @@
;;;; This file is part of Ellinika
-;;;; Copyright (C) 2004, 2005, 2007, 2010 Sergey Poznyakoff
+;;;; Copyright (C) 2004, 2005, 2007, 2010, 2015 Sergey Poznyakoff
;;;;
@@ -95,2 +95,4 @@
+(setlocale LC_ALL "")
+
(define compile-only #f)
diff --git a/scm/neatrans.scm b/scm/neatrans.scm
index 333453f..4f0fea3 100644
--- a/scm/neatrans.scm
+++ b/scm/neatrans.scm
@@ -42,2 +42,4 @@
+(setlocale LC_ALL "")
+
(define compile-only #f)
diff --git a/scm/verbop.scm b/scm/verbop.scm
index 0ad0f90..b500213 100644
--- a/scm/verbop.scm
+++ b/scm/verbop.scm
@@ -6,3 +6,3 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (command-line))" "$@"
;;;; This file is part of Ellinika
-;;;; Copyright (C) 2011 Sergey Poznyakoff
+;;;; Copyright (C) 2011, 2015 Sergey Poznyakoff
;;;;
@@ -33,2 +33,4 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (command-line))" "$@"
+(setlocale LC_ALL "")
+
(define cleanup-option #f)

Return to:

Send suggestions and report system problems to the System administrator.