Is it just me or does NP++ have problems opening a file thats filename includes international characters? Is this a NP++ error or an error of how portable apps compiles it?
Bodey
New: OneLoupe (May 1, 2025), Platform 30.0.2 (Mar 27, 2025)
1,100+ portable packages, 1.2 billion downloads
Ad Free! Please donate today
I made a txt file with ß in the filename and ß in the content.
It opened correctly but misinterpreted the ? as something cryptic. I could write more ß´s to the file and save it but when I opened it again the ß were displayed as garbage.
I retried the whole thing with another file and now it works. Weird.
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
Is the file on UTF-8 or ISO-something-something?
If the file is in one coding and N++ detects another coding instead it will happen that.
file with the editor so I don't know about the coding.
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
I think that Windows' Notepad uses the ISO-something-something so check the Format menu to see the encoding on the bottom, where it says "Encode in ..." one of those must be checked, there's your encoding.