UNIDAC 8.4.3 / delphi 10.4 / firebird 2.5 (UNICODE_FSS)

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
labchara
Posts: 3
Joined: Tue 21 Apr 2020 10:12

UNIDAC 8.4.3 / delphi 10.4 / firebird 2.5 (UNICODE_FSS)

Post by labchara » Tue 24 May 2022 11:14

hi,
I created a project under delphi 10.4 / firebird 2.5 (UNICODE_FSS) / Firedac, everything worked perfectly.
after a migration to UNIDAC 8.4.3 all arabic characters are replaced by ascii code.
Is there a solution or I have to go back to Firedac components.
cordially

pavelpd
Devart Team
Posts: 109
Joined: Thu 06 Jan 2022 14:16

Re: UNIDAC 8.4.3 / delphi 10.4 / firebird 2.5 (UNICODE_FSS)

Post by pavelpd » Fri 27 May 2022 10:37

Hi there,
Thanks for contacting us!

Please try enabling the "UseUnicode" option:
TUniConnection.SpecificOptions.Values['UseUnicode'] := 'true';

Please, let us know the results!

labchara
Posts: 3
Joined: Tue 21 Apr 2020 10:12

Re: UNIDAC 8.4.3 / delphi 10.4 / firebird 2.5 (UNICODE_FSS)

Post by labchara » Mon 30 May 2022 12:32

problem solved by your answer
Thanks

pavelpd
Devart Team
Posts: 109
Joined: Thu 06 Jan 2022 14:16

Re: UNIDAC 8.4.3 / delphi 10.4 / firebird 2.5 (UNICODE_FSS)

Post by pavelpd » Thu 02 Jun 2022 11:13

We are glad to see the problem resolved.
Please feel free to contact us if you have any further questions regarding our products.

Post Reply