From f00ddf9d153001e9f2be219af8cf804db2b06c54 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 23 Dec 2008 18:51:23 +0100 Subject: Install the user-specified locale. * src/guile/skribilo.scm (skribilo): Call `setlocale'. --- src/guile/skribilo.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/guile/skribilo.scm') 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 -- cgit v1.2.3