Subject Re: [firebird-support] UTF8 in Blob, subtype Text & IBObjects
Author Helen Borrie
At 07:55 PM 18/11/2008, you wrote:

>> - V4.8.7
>> - Using IB_Grid
>> - UTF8 client connection
>>
>> I think that specification of IBO...
>
>Are you telling this works for you? In both the varchar and blob?
>(do note, I'm using TIBOQuery, not a IB_Grid)

You must be *displaying* the blob in something. Even the VCL controls (including TDBMemo and TMemo) all have a font.Charset property that's just defaulted unless you set it to be aware of the charset of the data. So what you're after is a streamable control that offers similar for UTF8. I suspect you will need the TNT controls to handle that.

./heLen