Subject | Re: DataSource with pooling - cannot set ENCODING |
---|---|
Author | mailmur |
Post date | 2003-11-14T15:05:20Z |
> > The only value that dataSource understands is "NONE"?quite nasty problem to me
> > How can I specify windows-1251 and UTF8 encodings? This is a
> Windows-1251 should be specified using "WIN1251", UTF-8 -This is what I've previously asked for and will do it again :-)
> "UNICODE_FSS". Did you use these values?
Please, specify "UTF-8" as alias to "UNICODE_FSS" value. If server
cannot handle this, then jdbc driver could easily implement it.
Probably not the bad idea to let server recognise it as well.
This is what rest of the world is using, and Firebird.NET driver can
use UTF-8 value and convert it to Firebird proprietary value.
And Java standard uses Cp1251, Cp1252, etc... for windows encodings.
Is it possible to let jdbc driver recognize it and convert to
Firebird appropriate one.