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

fix: backslash conversion in Ascii-to-Native #12

Closed cwan closed 4 years ago

cwan commented 4 years ago

char '\' will convert to char '%' when it uses alone. e.g. "\/mnt\/record" will convert to "%/mnt%/record"