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:
Geert Janssens 2014-02-18 16:35:58 +01:00
commit 43c8f2351c

View file

@ -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")