Page 1 of 1

UseUnicode option does not work in Linux Lazarus

Posted: Tue 05 Feb 2013 05:51
by byungho.jeon
Hi
I have two development system.
First:
1. UbuntuMint14 (x86_64)
2. Lazarus 1.0.0.4
3. UniDAC 4.6

Second:
1. Windows Vista
2. Delphi 2009 Pro UP4
3. UniDAC 4.6

I tested unidac 4.6 to confirm unicode support.

Code: Select all

TUniConnection.SpecipicOptions.Value['UseUnicode'] := 'True';
Windows + delphi2009 work fine.
But Linux + Lazarus doesn't work.
Database server is mysql 5.1.x

Best regards.

Re: UseUnicode option does not work in Linux Lazarus

Posted: Fri 08 Feb 2013 16:38
by DemetrionQ
Hello.

I could not reproduce the problem.
Please send me a complete small sample to dmitryk*devart*com to demonstrate it, including a script to create and fill table.
Also supply me the following information:
- MySQL server charset and client OS codepages (Windows and Linux);
- describe the exact problem: is data incorrectly saved to the table or displayed.