Hi,
I'm using a database with UTF8 charset encoding. I find into a forum the solution to add
Tzconnection property with :
and Lazarus add automaticaly the other property :
The display looks fine, specifics french characters look good with phpmyadmin (UTF8 charset) and my interface.
But now, if I want to edit database fields I use a TDBEdit control into a specific edit formula. I don't know itfdata access controls are from zeos or SQLDb components but it look like they doesn't care about UTF8. After edition with my application interface, phpmyadmin display bad characters like this into my database :Image dans les m
édias
And If I refresh my application interface I can see other bad characters...
I tested to modify charset encoding to font property of TDBGrid with UNICODE, but nothing changed.
So do you have any idea to active utf8 with Data controls : TDBEdit ...
Thank you
Patrick