Subject Re: [Firebird-Java] Re: Java CharSet to Firebird CharSet
Author Roman Rokytskyy
> Why NONE encoding is evil ? It is stupide to charge especially
> servers for encoding and decoding charsets., It can be done at the
> final end only and there is all in java to do that easely.

If your data encoding and connection encoding are the same, no
conversion will be done on server side, but you still have correct data
and no danger of corruption.

Roman