From derby-user-return-1596-apmail-db-derby-user-archive=db.apache.org@db.apache.org Thu Aug 04 16:37:11 2005 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 80795 invoked from network); 4 Aug 2005 16:37:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2005 16:37:11 -0000 Received: (qmail 76856 invoked by uid 500); 4 Aug 2005 16:37:09 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 76830 invoked by uid 500); 4 Aug 2005 16:37:09 -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 Delivered-To: moderator for derby-user@db.apache.org Received: (qmail 22902 invoked by uid 99); 4 Aug 2005 05:12:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of matt.e.flowers@gmail.com designates 64.233.184.201 as permitted sender) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=P9MLgLImY9ViJYZ5YgQv1AbTR4Om8crHaPQ6ejKT/edi1yfuH2917d05EeuVoTJo7iITpfz1uay77BxE8h0N2V7oZcCkEgg32XhVQT3ajWRELtPvj05xWmzLU5iVfEuTD+lGEDQOB9P9dokqKHyNnZPBVZ46lPp4U16uao3kHtI= Message-ID: <8d1476460508032212256795cf@mail.gmail.com> Date: Wed, 3 Aug 2005 23:12:18 -0600 From: Matt Flowers Reply-To: Matt Flowers To: derby-user@db.apache.org Subject: Derby locale problem? Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have MS IME Japanese input installed on my PC. Now when I run Derby it helpfully uses the Japanese language settings. Unfortunately, I can't read it. How do I force it to use English? (Versions: db-derby-10.1.1.0-bin, XP SP2, Java 1.4.2_07-b05) Here's a sample run: C:\devl\programs\derby\frameworks\NetworkServer\bin>startNetworkServer.bat サーバーは、ポート 1527 で接続を受け入れる準備ができました。 I tried moving the localization jars out of the lib dir. It didn't work. Any ideas? -Matt Flowers