microsoft / vscode-hexeditor

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

[bug] little-endian doesnot work for unicode char #533

Open Philofallever opened 1 month ago

Philofallever commented 1 month ago

The unicode 7d2b stand for unicode char '紫' in big-endian when I untoggle little-endian, it's always show an unrecognized char in UTF-16 field.

image