microsoft / vscode-hexeditor

VS Code Hex Editor
https://marketplace.visualstudio.com/items?itemName=ms-vscode.hexeditor
MIT License
525 stars 85 forks source link

fix utf8 data inspector bug #463

Closed juls0730 closed 10 months ago

juls0730 commented 10 months ago

Closes #462

connor4312 commented 10 months ago

This change just shows the ASCII character at the given byte. The field in question is designed to show the UTF-8 code point starting at that byte. I don't think we'd want to take this.