ffi-icu
ffi-icu copied to clipboard
Simple FFI wrappers for ICU. MRI extension with the dynamic C library.
Collator locale falls to 'root' in cloud deployed application server but works fine while testing in localhost. We are trying to compare and sort based on Swedish locale. Collator.locale is...
Seen on both amd64 and arm64 (M1 macOS) machines. First seen on Ruby 3.2 (Ubuntu Jammy with ICU 71.1) and reproduced on an M1 with Ruby 3.2, 3.1, and 3.0...
I'm seeing tests fail between linux and OSX, because the apple-supplied version has different formats than newer versions (date:medium specifically). While poking, I got it working for homebrew (icu4c v...
UCharPointer points to an array of uint16_t which is generally not enough for a single UTF-8 character since the code point range is [0..0x10FFFF]. After `unpack U*` and write, the...
This PR improves security on publishing the gem by utilizing [Trusting Publishing](https://guides.rubygems.org/trusted-publishing/). I have configured Rubygems. My plan is to make a release and then enforce this trusting publishing.