I have a problem with non-English letters (eg Russian - Greek) in an android app when I store them in sqlite db with firedac (in android 10 and 11 they appeared wrong. In version 6 that I tried they appear correctly)
They all appear as ???????
I tried also with Firedac_SQLite demo (in Mobile Snippets folder) that ships with Rad studio (10.4.1 and 10.4.2) and I have the same behavior (add a task and save it I see it as ??????.. in case that I don't use English letters).
I tried both 32 and 64 versions of android.
Does anyone have any idea how I can solve this?
Thanks in advance.