- Uniform handling of control characters
- Remove poor any_ascii transliterations
- Don't spell out skin tone modifiers
- Revert "Change mapping of Ä"
- Slightly improved compression
- New emoji
- Change mapping of Ä
- Make the iter implement Display
- Add fallback from unicode decomposition
- More emoji
- Support no_std
- Fall back to any_ascii
- Fast path for ASCII-only strings
- Update gemoji
- Fixed shifted/cropped replacements
- Update emoji database
- Edition 2018
- Added more emoji
- More efficient lookup table which gives smaller memory footprint
- Emoji! (partial support since there's so many of them)
- Fixed trailing spaces
- Updated mappings from Text::Unidecode version 1.30.
- Switched from phf map to lookup table for speed increase
- Added
unidecode_char()
function
- Fixed incorrect visibility modifier
- Replaced
phf_macros
usage withphf_codegen
, which works on stable Rust
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Fixed typos
- Changed badges in README to use shields.io
- Added version badge to README
- Added link to documentation in the README
- Initial release
- Entire
Text::Unidecode
data set exported into a Rust code file