Releases: garabik/unicode
Releases · garabik/unicode
v2.9
- better protection against changed data files
v2.8
- display ASCII table (either traditional with
--ascii
or the new EU–UK Trade and Cooperation Agreement version with --brexit-ascii
)
- minor bug fixes
v2.7
- add East Asian width
- hack to consider regular expressions ending with `$'
- do not flush stdout
- better upper/lowercase from internal python db
v2.6
- fix crash when using Uxxxx (as opposed to U+xxxx)
- improve message when there are too many characters to display
v2.5
- do not display control characters in tabular output
- Look for Blocks.txt in ~/.unicode
v2.4
- fix unihan properties listing
- fix traceback with python2 and new UnicodeData 9.0
v2.2
Added the possibility to display unicode block for the character.
v2.1
- add octal character code
- fix crash when displaying numeric and digit properties from internal python database
- fix default unicodedata path(s)
version 2
- new version, completely reworked formatting
- full python3 support
- drop old python2.5 compatibility
- implement
--brief
, for a brief output
- implement
--format
, for user defined output format