Page 1 of 1

öüä correct in MySQL, shown incorrectly in App

Posted: 2015-06-27 21:31
by Orchrist
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.

Re: öüä correct in MySQL, shown incorrectly in App

Posted: 2015-07-10 21:51
by a.gneady
Hmm ... If I understand correctly, "Latin1" displays the correct characters while utf-8 not. Right? It depends on how your source data was encoded, regardless of the database encoding. When AppGini connects to your database, it sets the connection encoding to that configured in AppGini.