diff options
Diffstat (limited to 'src/guile/skribilo.scm')
-rw-r--r-- | src/guile/skribilo.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guile/skribilo.scm b/src/guile/skribilo.scm index f192838..6b088f8 100644 --- a/src/guile/skribilo.scm +++ b/src/guile/skribilo.scm @@ -319,6 +319,8 @@ options." ;; The environment in which the document is evaluated. (make-user-module (string->symbol compat))) + ;; Install the user-specified locale. + (setlocale LC_ALL "") (if (> (*debug*) 4) (set! %load-hook |