I am making a web application with POWtils, where I am going to use ISO-8859-1, so I am 100% sure that the data entered on the website, and then stored in my MySQL database is in a format where data can easily be exported to another database running on Windows.
As this Windows application is not UTF, I am not interested in converting data when exporting (also some Delphi programs needs access to the database, and as thise are written in D5, and I am not interested in buying a new Delphi, this makes some restrictions).
So therefore I am stuck with 8859, as the webpage also shall be able to handle Danish characters like æøå.
My problem is now that if I want use Lazarus with GTK2 it is not possible to edit 8859 (even if i have my locales set to da_DK.ISO-8859-1), but if I use GTK1 it is possible - however I prefer GTK2 because the interface is much nicer, and I do not want to recompile back and forth everytime I switch between making a GUI and a non GUI application.
If I use an external editor like Bluefish one can easily switch whether the document shall be in UTF or 8859, but this facility lacks in Lazarus' editor (and as I like code completion, using Bluefish is not at way to go).
So does anyone have a suggestion how to solve this problem.
Regards
Chris