Subject | Re: [firebird-support] UTF8 in Blob, subtype Text & IBObjects |
---|---|
Author | Helen Borrie |
Post date | 2008-11-18T09:24:08Z |
At 07:55 PM 18/11/2008, you wrote:
./heLen
>> - V4.8.7You 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.
>> - 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)
./heLen