chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
821 stars 156 forks source link

十六进制显示异常 #85

Open JavaTomKing opened 4 months ago

JavaTomKing commented 4 months ago

disableerror 使用最新版,当有三个00的时候,显示异常,如图

chcg commented 4 months ago

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.