Maybe 2 bugs
-
Hi, Greetings to all forum members
I have two problems with Notepad++
-
I’m not able to convert in ANSI a UTF-8 script. When I reopen the file it is always encoded in UTF-8 without BOM
-
The case of autocomplete syntax is always sensitive, no matter if the Api is not case sensitive
-
-
- It’s possible that the file is exactly the same whether or not it’s encoded as ANSI or encoded as UTF-8 without BOM. I.e a file containing the single letter “a” encoded as ANSI will consist of the single byte 97. If you encode it as UTF-8 without BOM the file will still just consist of the single byte 97. In these cases it’s not possible to tell the encodings apart when re-opening the file.