0

Have next case:

My App gathering data from MacOS X Mail with UniDAC for FireMonkey, but received data not support UTF-8.

How can I set "Force Unicode" for UniDAC(SQLLite) by analogy with MyDAC components ?

YoungMaster
  • 395
  • 3
  • 17

1 Answers1

0

Need set Connection.SpecificOptions.Values['Unicode'] := True

YoungMaster
  • 395
  • 3
  • 17