Skip to content

shamazmazum/cl-setlocale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A wrapper around setlocale(3) for Common Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published