Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 16847 invoked from network); 4 Aug 2006 15:13:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2006 15:13:52 -0000 Received: (qmail 66683 invoked by uid 500); 4 Aug 2006 15:13:51 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 66657 invoked by uid 500); 4 Aug 2006 15:13:51 -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 66643 invoked by uid 99); 4 Aug 2006 15:13:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 08:13:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 08:13:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F219B410022 for ; Fri, 4 Aug 2006 15:11:14 +0000 (GMT) Message-ID: <19160044.1154704274989.JavaMail.jira@brutus> Date: Fri, 4 Aug 2006 08:11:14 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-244) with linux, depending on env setting $LANG and console encoding, some i18n tests fail In-Reply-To: <1075012607.1114715323467.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-244?page=comments#action_12425768 ] Rick Hillegas commented on DERBY-244: ------------------------------------- Hi Myrna, On my linux machine $LANG is "en_US.ISO-8859-1" and I see the following diffs in the urlLocale test after applying this patch: 21 del < ERROR 08006: Arr EnC:>234< t de la base de donn EnC:>233< es 'swissdb'. 21a21 > ERROR 08006: Arr EnC:>65533< t de la base de donn EnC:>65533< es 'swissdb'. 28 del < ERROR 08006: Arr EnC:>234< t de la base de donn EnC:>233< es 'swissdb'. 28a28 > ERROR 08006: Arr EnC:>65533< t de la base de donn EnC:>65533< es 'swissdb'. Test Failed. *** End: urlLocale jdk1.4.2_08 2006-08-04 08:09:58 *** > with linux, depending on env setting $LANG and console encoding, some i18n tests fail > ------------------------------------------------------------------------------------- > > Key: DERBY-244 > URL: http://issues.apache.org/jira/browse/DERBY-244 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.1.1.0 > Environment: Linux, with console.encoding *not* UTF-8 > Reporter: Myrna van Lunteren > Assigned To: Knut Anders Hatlen > Priority: Minor > Attachments: 244-2.diff, 244-2.stat, 244.diff, 244.stat > > > The tests > i18n/messageLocale.sql > i18n/urlLocale.sql > i18n/iepnegativetests_ES.sql > will fail on Linux if $LANG and as a result, console.encoding is not set in the same way as when the test master was created. The behavior is that some characters are not seen as outside the ANSI range and are displayed as a ?. > Result is as master when $LANG is en_US.UTF-8 > But then ieptest.sql will fail which will with ibm142 which pass if $LANG is en_US. > This needs some further analysis, so this description may need to be updated later. > Whatever the solution is, will need to work for all situations. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira