Subject | RE: JDBC driver problem |
---|---|
Author | Samofatov, Nickolay |
Post date | 2004-08-13T17:38:57Z |
Hi, Roman!
interface.
I'm working to fix it - you may have noticed drafts of new INTL
interface floating around, but I would not expect to get it to work very
soon.
But your reasononing is sound, especially in light of fact that metadata
BLOBs are marked as UNICODE_FSS, but store data in client character set.
> > His final comment was:No way server can change the encoding of BLOBs with existing INTL
>
> I do not agree with his comment. He suggests to use either database or
> column encoding when reading the content of the BLOB field. I believe
> that the client encoding should be used (not the JVM encoding as it is
> now) and server must convert the text blobs (sub_type 1) into this
> encoding. If server does not do this, this is a bug and must be fixed.
interface.
I'm working to fix it - you may have noticed drafts of new INTL
interface floating around, but I would not expect to get it to work very
soon.
But your reasononing is sound, especially in light of fact that metadata
BLOBs are marked as UNICODE_FSS, but store data in client character set.
> RomanNickolay