Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.03 KB

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.