European Characters In UniDAC SQLite

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dkittell
Posts: 10
Joined: Thu 10 Dec 2009 01:37
Location: Michigan, USA

European Characters In UniDAC SQLite

Post by dkittell » Mon 18 Oct 2010 14:56

Greetings, I have looked and tried but can't seem to figure out how to put european characters in the database.

Is there a example available?

Using UniDAC 3.5 with Delphi 2010

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 19 Oct 2010 07:17

Hello,


The european characters correctly inserted into the database. There should be no problem with this.
For example

UniQuery1['TEXT']:='èèèèèèèèèèèèèè'; //<-- this is VARCHAR field

dkittell
Posts: 10
Joined: Thu 10 Dec 2009 01:37
Location: Michigan, USA

Post by dkittell » Wed 20 Oct 2010 15:13

Sorry I did not specify the characters that I'm having a problem with, that is my fault.

Ő Ű

These characters do not display properly.

Fix was found on http://www.devart.com/forums/viewtopic. ... 2196#62196

Thank you for the help

Post Reply