十六进制显示异常
JavaTomKing opened this issue · 1 comments
JavaTomKing commented
chcg commented
Google translate:
Hexadecimal display exception
Using the latest version, when there are three 00s, the display is abnormal, as shown in the figure
See
https://www.codetable.net/asciikeycodes
The problem seems to be that b5 cc is shown as chinese symbol and ca 00 as ? and not as 4 separate symbols. So most likely an issue in the unicode handling.