Unicode characters lost from SQLite DB using TUniDump

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
spcrjohn
Posts: 2
Joined: Tue 16 Oct 2018 13:32

Unicode characters lost from SQLite DB using TUniDump

Post by spcrjohn » Tue 16 Oct 2018 14:07

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

spcrjohn
Posts: 2
Joined: Tue 16 Oct 2018 13:32

Re: Unicode characters lost from SQLite DB using TUniDump

Post by spcrjohn » Fri 19 Oct 2018 15:12

Bueller? Bueller? Bueller?

We cannot be the only ones seeing this issue.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Unicode characters lost from SQLite DB using TUniDump

Post by MaximG » Wed 24 Oct 2018 06:16

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.

Post Reply