issues
search
cwan
/
native-ascii-converter
VS Code extension that converts characters with Unicode escapes or vice versa. The same as 'native2ascii' tool of JDK.
MIT License
15
stars
3
forks
source link
Wrong codec: 0xA0-0xFF
#7
Closed
cwan
closed
5 years ago
cwan
commented
5 years ago
These characters need 0-padding.
e.g.
ÿ <-> \u00ff
These characters need 0-padding.
e.g.