Packages

Transliterates text between scripts, applies normalization and case mappings, and executes arbitrary CLDR transforms.

Current section

Files

Jump to
unicode_transform CHANGELOG.md
Raw

CHANGELOG.md

# Changelog for Unicode Transform 0.1.0
This is the changelog for Unicode Transform 0.1.0 released on March 29th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_set/tags)
## Enhancements
* Initial release. Supports the transform of Latin-1 to ASCII. See `Unicode.Transform.LatinAscii.transform/1`.