öüä correct in MySQL, shown incorrectly in App

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
Orchrist
Posts: 1
Joined: 2015-06-27 21:16

öüä correct in MySQL, shown incorrectly in App

Post by Orchrist » 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.

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

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

Post by a.gneady » 2015-07-10 21:51

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.
:idea: AppGini plugins to add more power to your apps:

Post Reply