From derby-user-return-760-apmail-db-derby-user-archive=db.apache.org@db.apache.org Mon Feb 21 18:31:04 2005 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 79009 invoked from network); 21 Feb 2005 18:31:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Feb 2005 18:31:04 -0000 Received: (qmail 35476 invoked by uid 500); 21 Feb 2005 18:31:03 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 35460 invoked by uid 500); 21 Feb 2005 18:31:03 -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 35447 invoked by uid 99); 21 Feb 2005 18:31:03 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web53001.mail.yahoo.com (HELO web53001.mail.yahoo.com) (206.190.39.191) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 21 Feb 2005 10:31:01 -0800 Received: (qmail 97849 invoked by uid 60001); 21 Feb 2005 18:30:59 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=MiBBouFA6gujBgX6gL5xHbDKS92RGep38A3oPx72u5BPJMBviwovJ7e/2qRzxnMRMs7AgisWN7O18RN1QrbmQxIcc10xrcgn8kCE2T84fTK2HgcVN3lByfLSsCvItOzqMCDoxpl0wPrnNtQsGXE9PZ9HPMVk7z//BCc/cHe+yJQ= ; Message-ID: <20050221183059.97847.qmail@web53001.mail.yahoo.com> Received: from [129.42.184.35] by web53001.mail.yahoo.com via HTTP; Mon, 21 Feb 2005 10:30:58 PST Date: Mon, 21 Feb 2005 10:30:58 -0800 (PST) From: Suavi Ali Demir Subject: Re: International collation orders To: Derby Discussion In-Reply-To: <20050221182411.685E83B21E7@poczta.interia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Does Derby use database locale or JVM locale for this purpose? Regards, Ali --- wegorkie@interia.pl wrote: > Hi, > > As for current Derby state, is it possible to use > localized sorting in VARCHAR and CHAR fields? > It should be simple as Derby is pure java program. > It just need to use proper java.text.Collator class > instance. > Is there any way to provide Collator object to derby > server so it can sort strings accurately to my JVM > locale? > > Maciek > >