Page 1 of 1

Unicode characters lost from SQLite DB using TUniDump

Posted: Tue 16 Oct 2018 14:07
by spcrjohn
Unidac 7.3.10
Delphi Rad Studio 10.2
SQLite Provider
Options
- Direct = True
- UseUnicode = True

Simple project with a single line of code: all componets were just dropped on the form and connected together at design time.
UniDump1.BackupToFile('csind.data','select * from csind');

The database and UX shows Korean characters fine. The unidump file shows ?? for unicode chars. I assumed I was missing a setting so I reviewed the docs and my settings. Also tried turning off Unicode and nothing changes in the dump file.

Image

Re: Unicode characters lost from SQLite DB using TUniDump

Posted: Fri 19 Oct 2018 15:12
by spcrjohn
Bueller? Bueller? Bueller?

We cannot be the only ones seeing this issue.

Re: Unicode characters lost from SQLite DB using TUniDump

Posted: Wed 24 Oct 2018 06:16
by MaximG
We implemented unicode character support in TUniDump. This feature will appear in the next build of our product, the release of which we are planning in the near future.