Fix guile locale
This commit is contained in:
parent
275c950689
commit
fda9baefd7
@ -27,6 +27,9 @@
|
|||||||
(srfi srfi-19)
|
(srfi srfi-19)
|
||||||
(srfi srfi-11))
|
(srfi srfi-11))
|
||||||
|
|
||||||
|
;;; Set locale according to environment settings
|
||||||
|
(setlocale LC_ALL "")
|
||||||
|
|
||||||
;;; Use srfi-48 in other scheme implementation
|
;;; Use srfi-48 in other scheme implementation
|
||||||
(use-modules (ice-9 format))
|
(use-modules (ice-9 format))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user