Skip to content

Commit

Permalink
Update unicode table to the version 15.1.0 (urwid#744)
Browse files Browse the repository at this point in the history
Partially fix render of emoji

* Use 2-dimensional array in C code and get rid of len constant
* Adjust C implementation:
  all codes < 32 are not printable: It's not ASCII chars
* Partially apply clang-format to the helper source
* Use `wcwidth` for python character width calculation
  • Loading branch information
penguinolog committed Feb 12, 2024
1 parent 4d31775 commit 6795bb8
Show file tree
Hide file tree
Showing 3 changed files with 967 additions and 157 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
typing-extensions
typing-extensions
wcwidth
Loading

0 comments on commit 6795bb8

Please sign in to comment.