From 73bd5c3a3ea4e07a0d9ecf309dda6274b8021077 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 14 Oct 2010 12:17:26 +0200 Subject: call setlocale * tekuti/boot.scm (boot): Call (setlocale LC_ALL) to pull in locale settings from the environment. --- tekuti/boot.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/tekuti/boot.scm b/tekuti/boot.scm index dd85bf4..2380e7c 100644 --- a/tekuti/boot.scm +++ b/tekuti/boot.scm @@ -70,6 +70,7 @@ opts)) (define (boot args) + (setlocale LC_ALL) (let ((options (parse-options args))) (let ((config (option-ref options 'config #f))) (if config -- cgit v1.2.3-54-g00ecf