Support UTF-8 in UniDAC( Firemonkey) for SQLite

1.1k views Asked by At

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 ?

1

There are 1 answers

0
YoungMaster On BEST ANSWER

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