How to delete <0x00>
deathaxe
#2
Looks like you have an UTF-16 file opened in ANSI mode or UTF-16 not have been detected as file encoding correctly.
Calling File / Reopen with Encoding and selecting UTF-16 should do the trick.
2 Likes