Hello!
At first I'd like to thank you, Simon, for the newest version 2.1. It has been a while since I looked here for new versions and this one impresses me. Native support for extensions without the need to install Python (and a nice text sorting extension) and native UTF-8 support, finally. You see, UTF-8 is the future, but already for years, so PNotepad was already late. ;-)
If you only edit UTF-8 files everything is nice. But I also have many many old ANSI (1252) files, and it would be great to use PNotepad as all-purpose editor for both encodings. Here is why is that not yet possible:
1. I want to create new files automatically in UTF-8. But when I set „Code Page“ to Unicode (UTF-8), all opened ANSI files (with automatc encoding recognition) are displayed wrong. The editor recognizes ANSI encoding and says so in status line, but instead of an „ü“ I only get a square with „FC“ written in it. So it seems a bug: the text window wants to display the text in UTF-8, but it is ANSI and it should be displayed so.
That's really annoying. Either I can't open my old ANSI files properly or I manually have to change encoding from ANSI to UTF-8 on every single new-created document.
2. There is still no easy conversion between encodings, which I proposed in July 2008: http://pnotepad.org/forums/topic/443#post-1558
And yes, I rechecked the behaviour. It's still the same. It would be so easy to implement an option to set/change the encoding in the save dialog window.
I already created two bug reports (875 and 876) for these issues. Hopefully I'm waiting for them to be finished (at least 875). :-)