Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cannot transliterate between character sets

Status
Not open for further replies.

sancho1980

Technical User
Nov 25, 2005
15
0
0
DE
Hello, I'm trying to convert a paradox table into an interbase table where my char fields in the interbase table have the unicode_fss charset and now every time i read a field in the paradox table with special characters (like the german ö) and then try to store it in my ibdataset (under delphi) I get an exception saying something like 'cannot transliterate between character sets'...unicode should actually support *all* characters, shouldn't it? What can I do, does any of you know??
Thanx a lot,
Martin
 
I'm no Delphi expert but have you defined the IB database's default charset as unicode and also set the character set for the TIBDatabase to 'UNICODE_FSS' ?

ujb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top