termunicode 0.2.0
termunicode: ^0.2.0 copied to clipboard
Unicode library to get character properties (width, emoji, printable, etc)
0.2.0 #
- fix: include RIS emojis as double width
- feature: refactor generator and added smoke tests
- feature: improve tests for ucd parsers
- chore: update unicode data to 16.0.0
- fix: correct width for some ambiguous characters
- fix: emoji-ambiguous characters widths
- fix: improve performance of width calculation
- Added new function
widthCharsthat use the Characters package. - Updated
widthStringstring to usewidthCharsfunction.
0.1.0 #
- Initial version.