aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo.scm
diff options
context:
space:
mode:
authorLudovic Courtès2008-12-23 18:51:23 +0100
committerLudovic Courtès2008-12-23 18:51:23 +0100
commitf00ddf9d153001e9f2be219af8cf804db2b06c54 (patch)
tree353eac3e4d925fd3b51e68cce4fa30999bbb4929 /src/guile/skribilo.scm
parentaa7a833d2cddd754a9364ec16b9a500bf68cde90 (diff)
downloadskribilo-f00ddf9d153001e9f2be219af8cf804db2b06c54.tar.gz
skribilo-f00ddf9d153001e9f2be219af8cf804db2b06c54.tar.lz
skribilo-f00ddf9d153001e9f2be219af8cf804db2b06c54.zip
Install the user-specified locale.
* src/guile/skribilo.scm (skribilo): Call `setlocale'.
Diffstat (limited to 'src/guile/skribilo.scm')
-rw-r--r--src/guile/skribilo.scm2
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