From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28522 invoked by alias); 6 Apr 2010 17:51:45 -0000 Received: (qmail 28494 invoked by uid 22791); 6 Apr 2010 17:51:42 -0000 X-SWARE-Spam-Status: No, hits=1.5 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Apr 2010 17:51:32 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L0G00C00UVN8200@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Tue, 06 Apr 2010 20:51:29 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.92.42]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L0G00AL1UXSLU70@a-mtaout23.012.net.il>; Tue, 06 Apr 2010 20:51:29 +0300 (IDT) Date: Tue, 06 Apr 2010 17:51:00 -0000 From: Eli Zaretskii Subject: Re: [RFC-v2] Allow explicit 16 or 32 char in 'x /s' In-reply-to: <002701cad513$e44a7420$acdf5c60$%muller@ics-cnrs.unistra.fr> To: Pierre Muller Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fx38xydz.fsf@gnu.org> References: <11484.4708740295$1268865815@news.gmane.org> <83r5ngix6d.fsf@gnu.org> <15103.6087111153$1269298497@news.gmane.org> <006101cad0ec$cb7915d0$626b4170$%muller@ics-cnrs.unistra.fr> <83tyrwxy72.fsf@gnu.org> <000f01cad17e$7686f140$6394d3c0$%muller@ics-cnrs.unistra.fr> <83aatnxqhm.fsf@gnu.org> <002701cad513$e44a7420$acdf5c60$%muller@ics-cnrs.unistra.fr> X-IsSubscribed: yes 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 X-SW-Source: 2010-04/txt/msg00099.txt.bz2 > From: "Pierre Muller" > Cc: , > Date: Tue, 6 Apr 2010 01:01:12 +0200 > > +Note that the display may vary with current language. If current language > is > +C, @samp{h} (respectively @samp{w}) modifier will use UTF-16 charset > +(respectively UTF-32 charset). These charsets can not be modified. Thanks. I suggest the following rewording: Note that the results depend on the programming language of the current compilation unit. If the language is C, the @samp{s} modifier will use the UTF-16 encoding while @samp{w} will use UTF-32. The encoding is set by the programming language and cannot be altered. Please also keep 2 spaces between sentences, when you commit these changes.