öüä correct in MySQL, shown incorrectly in App
Posted: 2015-06-27 21:31
I have a dataset of German addresses, originally in utf8 and using German umlaut characters such as ÄÖÜäöüß, which I have imported both directly into the SQL database as well as through the App. In both cases the dat is shown correctly in MySQL, but not in the App.
If I import the data in Windows Latin 1, even though the database is set to utf8, it displays correctly in the app.
What to do? I have been through all charset instances in the generated files, all are set to outfit, as is the choice in the App itself.
As an aside, I don't understand why one cannot use umlaut characters in field names - SQL accepts than with no bother.
If I import the data in Windows Latin 1, even though the database is set to utf8, it displays correctly in the app.
What to do? I have been through all charset instances in the generated files, all are set to outfit, as is the choice in the App itself.
As an aside, I don't understand why one cannot use umlaut characters in field names - SQL accepts than with no bother.