You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Graeme Henderson <gh...@me.com> on 2008/11/02 23:57:38 UTC

chinese text

What is the suggested method of storing chinese text in a derby  
database?


Graeme Henderson
ghendo@me.com




Re: chinese text

Posted by "Dag H. Wanvik" <Da...@Sun.COM>.
Graeme Henderson <gh...@me.com> writes:

> What is the suggested method of storing chinese text in a derby
> database?

Just to add to this, Derby stored text internally using Unicode UTF-8
representation, so Chinese text works (as long as characters are
within the Basic Multilingual Plane, i.e. no surrogate pairs, cf.
http://www.alanwood.net/unicode/cjk_unified_ideographs_extension_b.html).

Dag

Re: chinese text

Posted by Suavi Ali Demir <de...@yahoo.com>.
Insert the string value into the table. Language does not matter.
Regards,
Ali


--- On Sun, 11/2/08, Graeme Henderson <gh...@me.com> wrote:

> From: Graeme Henderson <gh...@me.com>
> Subject: chinese text
> To: derby-user@db.apache.org
> Date: Sunday, November 2, 2008, 2:57 PM
> What is the suggested method of storing chinese text in a
> derby database?
> 
> 
> Graeme Henderson
> ghendo@me.com