Releases: elixir-unicode/unicode_transform
Releases · elixir-unicode/unicode_transform
Unicode Transform version 0.4.0
Bug Fixes
- Fix rules generator to ensure that a transform to an ASCII space is not trimmed (thereby causing an empty string). Thanks to @arcanemachine for the report. Closes #2.
Enhancements
- Updates to CLDR 47 Transform rules (most of which remain unimplemented in this release)
Unicode Transform version 0.1.0
Enhancements
- Initial release. Supports the transform of Latin-1 to ASCII. See
Unicode.Transform.LatinAscii.transform/1.