From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29424 invoked by alias); 12 Jun 2014 02:47:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 29413 invoked by uid 89); 12 Jun 2014 02:47:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Jun 2014 02:47:10 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0N7100B00AY2MB00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 12 Jun 2014 05:47:02 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7100BT7BQDP210@a-mtaout20.012.net.il>; Thu, 12 Jun 2014 05:47:02 +0300 (IDT) Date: Thu, 12 Jun 2014 02:47:00 -0000 From: Eli Zaretskii Subject: Re: [ping] [PATCH] Different outputs affected by locale In-reply-to: <5398F85F.1040401@codesourcery.com> To: Yao Qi Cc: palves@redhat.com, tromey@redhat.com, brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zjhiyhd3.fsf@gnu.org> References: <1401192650-29688-1-git-send-email-yao@codesourcery.com> <538EAEE5.2080708@codesourcery.com> <20140604124708.GR4289@adacore.com> <538F1CC3.9090605@codesourcery.com> <87oay8a0t6.fsf@fleche.redhat.com> <538F803A.9020007@redhat.com> <538FE412.1050806@codesourcery.com> <53903119.6000204@redhat.com> <53903EE5.8090107@codesourcery.com> <539042A2.4050409@redhat.com> <539571C6.40605@codesourcery.com> <53958862.5020106@redhat.com> <5397BCEC.8080300@codesourcery.com> <838up3za8t.fsf@gnu.org> <5398F85F.1040401@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00483.txt.bz2 > Date: Thu, 12 Jun 2014 08:46:23 +0800 > From: Yao Qi > CC: , , , > > > On 06/12/2014 12:22 AM, Eli Zaretskii wrote: > > Why do you need 0xa2 to be unprintable? > > Test in gdb.base/wchar.exp expects 0xa2 being unprintable. So you need _any_ character for which iswprint returns zero? If so, does the character have to be a single byte?