Update to unicode 13 standard. (#484)

It contains additional full width character and combining characters.

This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/483
This commit is contained in:
Arthur Sonzogni
2022-09-29 10:50:27 +02:00
committed by GitHub
parent b3aad183da
commit c61fadd8ec
5 changed files with 248 additions and 85 deletions

View File

@@ -28,6 +28,7 @@ current (development)
- Feature: add `Box::Union(a,b) -> Box`
- Bugfix: Fix resetting `dim` clashing with resetting of `bold`.
- Feature: Add emscripten screen resize support.
- Bugfix: Add unicode 13 support for full width characters.
3.0.0
-----