Subject | Re: [Firebird-Java] Re: Java CharSet to Firebird CharSet |
---|---|
Author | Engine Ehs |
Post date | 2012-08-14T07:56:03Z |
This is my problem not a database problem. I want to use MY data as I need. I dont need a tool that it help me that way. If the NONE encoding become UTF or anything else It is a problem for me. I want to be free.
--- On Mon, 8/13/12, Mark Rotteveel <mark@...> wrote:
From: Mark Rotteveel <mark@...>
Subject: Re: [Firebird-Java] Re: Java CharSet to Firebird CharSet
To: Firebird-Java@yahoogroups.com
Date: Monday, August 13, 2012, 11:05 AM
On Mon, 13 Aug 2012 00:53:36 -0700 (PDT), Engine Ehs <netehs@...>
wrote:
> 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 you database encoding is NONE, then one connection could write to it as
UTF-8, another as WIN1250 etcetc and now you have logically corrupted
character data when another connection reads the data written by another
connection.
It is better to enforce this integrity of your data on the database side,
then to depend on all programs connecting to behave.
Mark
[Non-text portions of this message have been removed]