Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 88263 invoked from network); 27 Sep 2006 20:09:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2006 20:09:23 -0000 Received: (qmail 61358 invoked by uid 500); 27 Sep 2006 20:09:23 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 61320 invoked by uid 500); 27 Sep 2006 20:09:23 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 61311 invoked by uid 99); 27 Sep 2006 20:09:22 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 13:09:22 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=m.v.lunteren@gmail.com; domainkeys=good Authentication-Results: idunn.apache.osuosl.org smtp.mail=m.v.lunteren@gmail.com; spf=pass X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 66.249.82.237 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.237] ([66.249.82.237:45189] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 7E/80-01778-07ADA154 for ; Wed, 27 Sep 2006 13:09:22 -0700 Received: by wx-out-0506.google.com with SMTP id s16so296299wxc for ; Wed, 27 Sep 2006 13:09:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UyCe68/TrQ1FMVNjDc4CDkQI4A0wc8gEfDI5LMG2qs/sij/9PFp269Oj0x5XrxHpG2xRi0TZizWM+XwrhTW1QwFkuSUTF22f4Dd20BOOkg8qO/1Can4T9aOX3iySgbJNAolpc6ayV/c8DvSfNGm0pu02Zr+P1t6x5b+qBloKp28= Received: by 10.90.84.17 with SMTP id h17mr552657agb; Wed, 27 Sep 2006 13:09:18 -0700 (PDT) Received: by 10.90.93.11 with HTTP; Wed, 27 Sep 2006 13:09:18 -0700 (PDT) Message-ID: Date: Wed, 27 Sep 2006 13:09:18 -0700 From: "Myrna van Lunteren" To: derby-dev@db.apache.org Subject: Re: problem with accentuate characters In-Reply-To: <000601c6e26b$b03d1910$1872e652@pcdetalence> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000601c6e26b$b03d1910$1872e652@pcdetalence> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/27/06, Fran=E7ois Vauchot wrote: > > Hello, > > I'm French so excuse my english. > I've a problem with a rs.getString("title") where title is a VARCHAR with > value=3Dcaract=E8re and ResultSet rs =3D prepStmt.executeQuery(). When I = make a > System.out.println("title=3D"+ rs.getString("title")), the result is > caract?re. > Help me! Allo Fran=E7ois, Voici tous ce que je peux ecrire en francais, so you're excused. :-) I think with java you'll see the question mark whenever the console encoding cannot adequately display a character. The problem may be with how the encoding on the Derby database is set, and/or what console encoding is when you run your application. Is your database created with french locale? (See: http://db.apache.org/derby/docs/10.2/ref/rrefattrib56769.html). What's your console encoding (System.getProperty("console.encoding"))? Myrna