Encoding issues
Posted: Sun 30 Oct 2016 13:50
I've got a website panel (it's set default to work with UTF8 characters) that allows me to import Excel data into MySQL database. The sheets often contain, for instance, Polish letters (ś, ę, ó, Ź, ł, Ż et cetera). Although in database I can see, for instance FABRYKA URZÄ„DZEŃ PRZEMYSÅOWYCH, the panel displays the characters properly, here it's FABRYKA URZĄDZEŃ PRZEMYSŁOWYCH.
Now, when I'm trying to display the very same data with my Delphi application, the data are fetched raw. No matter what settings I apply in TMyConnection, I can only see FABRYKA URZÄ„DZEŃ PRZEMYSÅOWYCH.
Has anybody got any idea on how to fix this?
Thank you in advance!
Now, when I'm trying to display the very same data with my Delphi application, the data are fetched raw. No matter what settings I apply in TMyConnection, I can only see FABRYKA URZÄ„DZEŃ PRZEMYSÅOWYCH.
Has anybody got any idea on how to fix this?
Thank you in advance!