UseUnicode results in problems with charset NONE databases

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

UseUnicode results in problems with charset NONE databases

Post by upscene » Thu 11 Mar 2010 12:03

Hi,

If you have certain characters in a database with no charset defined, using Unicode in TIBC components can result in "cannot transliterate character between character sets" error.

Got any idea how to deal with this?

With regards,

Martijn Tonies
Upscene Productions

upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

Post by upscene » Fri 12 Mar 2010 10:10

I guess it's simple, do not use Unicode on charset = NONE databases.

;)

Post Reply