I found a very irritating problem with NuSphere PhpED.
I want to PhpED to create UTF-8 encoded files. So I set this as the default encoding. Now if I open ANSI encoded files it asks me to transileralite (sorry spelling
So I have to use external applications to separately open the document and convert from ANSI to UTF-8 and then save.
And since my project creates files dynamically (PHP creates), I often get more ANSI files and I can't seem to find a way to make PHP to create UTF-8 encoded files even if I could I would like to be able to open existing ANSI encoded files.
Help?
Currently I'm doing slavework, opening 100s of documents with Notepad2 and change the encoding to UTF-8 so that I can open it in PhpED without messing the whole file... but this slavework is not rational, so I am looking for a better solution.