add unit test for the string encoders special handling of 0x0000 and 0x8000-0x80ff

This commit is contained in:
Irmen de Jong
2022-03-25 18:26:23 +01:00
parent 7424f1f768
commit 3e44620966
3 changed files with 24 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ TODO
For next release
^^^^^^^^^^^^^^^^
- add unit test for the string encoders special handling of 0x0000 and 0x8000-0x80ff
...