I have a MySQL database (full UTF8 encoded) and two Debian Linux system (one 32 bit, one 64 bit), both of them full UTF8 environment.
I try the following simple project:
- mysql50connect
- sqlquery
- datasource
- dbgrid
When I compiled the project in the 32 bit system, the dbgrid displayed the fields correctly. But under the 64 bit system the special hungarian characters (like áéőű) doesn't displayed, only a strange character (a rectangle and an X inside).
What's the problem under the 64 bit system?
Edit:
32 bit system: Lazarus 0.9.24, FreePascal 2.2.0
64 bit system: Lazarus 0.9.26, FreePascal 2.2.2