Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 34527 invoked from network); 6 Nov 2005 12:30:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Nov 2005 12:30:39 -0000 Received: (qmail 65296 invoked by uid 500); 6 Nov 2005 12:30:38 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 65268 invoked by uid 500); 6 Nov 2005 12:30:37 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 65254 invoked by uid 99); 6 Nov 2005 12:30:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 04:30:37 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of legolas.w@gmail.com designates 64.233.162.202 as permitted sender) Received: from [64.233.162.202] (HELO zproxy.gmail.com) (64.233.162.202) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 04:30:31 -0800 Received: by zproxy.gmail.com with SMTP id k1so149759nzf for ; Sun, 06 Nov 2005 04:30:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=YdGjR/+Vdzh80lXfqufy7DbsEsp+YZFLgCvvFdJUenwIUAb538Rk6qf5WBsDrFyA3RutA0I5LFX2+RX5MJBIKcmZQ1dCU+LmsYYt0PWHW8PWyCX6kiDTtyM2Zqr3rWryAEr8q25OgxiQsqOldNEjhNn5vKRdcy/eOgm1ym/mhF8= Received: by 10.65.240.7 with SMTP id s7mr4219115qbr; Sun, 06 Nov 2005 04:30:16 -0800 (PST) Received: by 10.65.160.12 with HTTP; Sun, 6 Nov 2005 04:30:16 -0800 (PST) Message-ID: <87ee9b170511060430h19113f47n28a5edda9f6f2cac@mail.gmail.com> Date: Sun, 6 Nov 2005 17:00:16 +0430 From: Legolas Woodland To: Derby Discussion Subject: How to use Unicode with derby ? does it supports unicode text ? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37220_7475925.1131280216091" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_37220_7475925.1131280216091 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Does derby support inserting unicode data into its char variant fields ? for example inserting Arabic ? in sqlServer there is Ntext and nchar ,nvarchar ... to support unicode data= . in mysql there are charset and collat + some connection url parameter that make using unicode data possible now how i can use unicode inderby ? i tried to use but it does not shows correct data , it replace them with ??= ? Thank you ------=_Part_37220_7475925.1131280216091 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline

Hi
Does derby support inserting unicode data into its char variant fi= elds ?
for example inserting Arabic ?
in sqlServer there is Ntext and= nchar ,nvarchar ... to support unicode data.
in mysql there are charset= and collat + some connection url parameter that make using unicode data po= ssible
now how i can use unicode inderby ?
i tried to use but it does not s= hows correct data , it replace them with ???


Thank you

------=_Part_37220_7475925.1131280216091--