Subject Re: [IBO] Is Unicode supported
Author Helen Borrie
At 01:17 PM 3/04/2004 +0000, you wrote:
>Hello guys,
>
>I downloaded the latest IBO release and i cant post Unicode field
>with it. What i have to do to post Unicode string?
>
>Is it supported? In TDataSet descendant components? or IBO Core?
>
>I am using FireBird 1.5 with UNICODE_FSS.

Just as with any client interface, you have to set the Character Set
(CharSet) property of your connection object (probably your TIBODatabase if
you are not using TIB_Connection).

Helen