A Ruby gem that wraps C locale functions.


Keywords
gem, ruby
License
MIT
Install
gem install clocale -v 0.0.5.alpha.190.6

Documentation

clocale rubygem-badge github-badge appveyor-badge codecov-badge

This Ruby extension provides access to the C library's setlocale, strxfrm and strcoll functions which are inherently useful for proper sorting (collation) of strings.

This extension is quite similar to https://github.com/k3rni/ffi-locale but does not use FFI because the LC_* constants are not stable across different C libraries.