diff options
-rw-r--r-- | haunt/ui.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haunt/ui.scm b/haunt/ui.scm index f12e6d3..fd211e3 100644 --- a/haunt/ui.scm +++ b/haunt/ui.scm @@ -124,6 +124,7 @@ There is NO WARRANTY, to the extent permitted by law.~%" (apply command-main args)))) (define* (haunt-main arg0 . args) + (setlocale LC_ALL "") (match args (() (show-haunt-usage)) |