guile std_string test: run test in utf8 locale
Guile can't properly handle non-ascii strings in the default C locale
This commit is contained in:
parent
fcda732437
commit
43c8f2351c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@
|
|||
; Note: when working with non-ascii strings in guile 2
|
||||
; locale must be set explicitly
|
||||
; The setlocale call below takes care of that
|
||||
(setlocale LC_ALL "")
|
||||
(setlocale LC_ALL "en_US.utf8")
|
||||
(load "../schemerunme/li_std_string.scm")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue