Fix guile locale

This commit is contained in:
Nikolay Puzanov 2014-04-18 10:29:09 +04:00
parent 275c950689
commit fda9baefd7

View File

@ -27,6 +27,9 @@
(srfi srfi-19)
(srfi srfi-11))
;;; Set locale according to environment settings
(setlocale LC_ALL "")
;;; Use srfi-48 in other scheme implementation
(use-modules (ice-9 format))