cl-setlocale

2020-12-20

FFI to setlocale and ncurses locale helper

Upstream URL

github.com/shamazmazum/cl-setlocale

Author

Vasily Postnicov <shamaz.mazum@gmail.com>

License

2-clause BSD
README

cl-setlocale

Build Status

This library is a tiny wrapper around setlocale(3) and can be used in conjunction with other FFI wrappers like cl-charms.

Examples:

* (asdf:load-system :cl-setlocale)
T
* (cl-setlocale:setlocale :lc-all "")
T
"ru_RU.UTF-8"
* (cl-setlocale:setlocale :lc-time "C")
T
"C"

Dependencies (2)

  • cffi
  • fiveam

Dependents (1)

  • GitHub
  • Quicklisp