This is perhaps a trivial question. But how do you make Notepad ++ not escape the backslash \?
For example, if I save a .csv file with the content A2
notepad ++ escapes the backslash and interprets the part \ 032 as a text instead of a special character.