Skip to content

Instantly share code, notes, and snippets.

@artyom-poptsov
Last active October 3, 2015 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artyom-poptsov/5c7d490ab7a8343d1e80 to your computer and use it in GitHub Desktop.
Save artyom-poptsov/5c7d490ab7a8343d1e80 to your computer and use it in GitHub Desktop.
#!/usr/bin/guile \
-e main -s
!#
(define (main args)
(display "Locale is not set: ♥\n")
(setlocale LC_ALL "en_US.UTF-8")
(display "Locale is set: ♥\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment