Merge branch 'master' of github.com:gjanssens/swig into gjanssens-master

* 'master' of github.com:gjanssens/swig:
  guile std_string test: run test in utf8 locale
  fix typo
This commit is contained in:
William S Fulton 2014-02-18 23:29:07 +00:00
commit 83bc80e1b1
2 changed files with 2 additions and 2 deletions

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