Fixed in svn r5737
...including the removal of the System Locale as fallback?! IIRC we has re-implemented this because for many users this was the only working solution. Stay tuned that we'll receive the same complaints again, now. What's wrong with trying the system locale? I mean: It's a wx function that usually works just fine...?!
No !
I only changed the behaviour, if the text was detected as pure (7-bit) ascii.
In this case we should not use the system-defrault, but the encoding, the user has chosen as default to open files.
Pure ascii-texts can be opened with any encoding, so it's not a problem.
The fallback to system-default, happens in
ConvertToWxStr.