Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 80261 invoked from network); 12 Apr 2011 19:58:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Apr 2011 19:58:31 -0000 Received: (qmail 34324 invoked by uid 500); 12 Apr 2011 19:58:31 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 34060 invoked by uid 500); 12 Apr 2011 19:58:30 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 34052 invoked by uid 99); 12 Apr 2011 19:58:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2011 19:58:30 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.99] (HELO smtpauth05.prod.mesa1.secureserver.net) (64.202.165.99) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 12 Apr 2011 19:58:22 +0000 Received: (qmail 32459 invoked from network); 12 Apr 2011 19:57:57 -0000 Received: from unknown (76.252.112.72) by smtpauth05.prod.mesa1.secureserver.net (64.202.165.99) with ESMTP; 12 Apr 2011 19:57:56 -0000 Message-ID: <4DA4AEC4.8040705@rowe-clan.net> Date: Tue, 12 Apr 2011 14:57:56 -0500 From: "William A. Rowe Jr." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Bert Huijben , APR Developer List Subject: Re: i18n codepage guidance needed References: <-8409043187933756366@unknownmsgid> In-Reply-To: <-8409043187933756366@unknownmsgid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 4/12/2011 2:46 PM, Bert Huijben wrote: > And Turkish has the same problem the other way around. (the German > example is not in the normal 7 bit ascii, while the Turkish 'I' is) Thanks! It might be OK in the end, since there is no possible upper/lower match. tolower(c)/toupper(c) should be returning the identity c value when it doesn't work.