Skip to content

Releases: elixir-unicode/unicode_transform

Unicode Transform version 0.4.0

08 Dec 07:30

Choose a tag to compare

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

29 Mar 02:04

Choose a tag to compare

Enhancements

  • Initial release. Supports the transform of Latin-1 to ASCII. See Unicode.Transform.LatinAscii.transform/1.