Page 1 of 1

UNIDAC 8.4.3 / delphi 10.4 / firebird 2.5 (UNICODE_FSS)

Posted: Tue 24 May 2022 11:14
by labchara
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

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

Posted: Fri 27 May 2022 10:37
by pavelpd
Hi there,
Thanks for contacting us!

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

Please, let us know the results!

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

Posted: Mon 30 May 2022 12:32
by labchara
problem solved by your answer
Thanks

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

Posted: Thu 02 Jun 2022 11:13
by pavelpd
We are glad to see the problem resolved.
Please feel free to contact us if you have any further questions regarding our products.