From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5535 invoked by alias); 5 Mar 2012 21:34:19 -0000 Received: (qmail 5366 invoked by uid 22791); 5 Mar 2012 21:34:18 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SARE_SUB_ENC_UTF8 X-Spam-Check-By: sourceware.org Received: from mail-ey0-f169.google.com (HELO mail-ey0-f169.google.com) (209.85.215.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Mar 2012 21:34:06 +0000 Received: by eaal1 with SMTP id l1so1690963eaa.0 for ; Mon, 05 Mar 2012 13:34:04 -0800 (PST) Received-SPF: pass (google.com: domain of mathiaskunter@gmail.com designates 10.213.33.202 as permitted sender) client-ip=10.213.33.202; Authentication-Results: mr.google.com; spf=pass (google.com: domain of mathiaskunter@gmail.com designates 10.213.33.202 as permitted sender) smtp.mail=mathiaskunter@gmail.com; dkim=pass header.i=mathiaskunter@gmail.com Received: from mr.google.com ([10.213.33.202]) by 10.213.33.202 with SMTP id i10mr469846ebd.100.1330983244687 (num_hops = 1); Mon, 05 Mar 2012 13:34:04 -0800 (PST) Received: by 10.213.33.202 with SMTP id i10mr362145ebd.100.1330983244550; Mon, 05 Mar 2012 13:34:04 -0800 (PST) Received: from [192.168.1.149] (178-191-231-126.adsl.highway.telekom.at. [178.191.231.126]) by mx.google.com with ESMTPS id u11sm65951463eeb.1.2012.03.05.13.34.02 (version=SSLv3 cipher=OTHER); Mon, 05 Mar 2012 13:34:03 -0800 (PST) Message-ID: <4F55314A.6030003@gmail.com> Date: Mon, 05 Mar 2012 21:34:00 -0000 From: Mathias Kunter User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: Using UTF-8 as host charset References: <4F52480A.6000507@gmail.com> <87ty23vw4p.fsf@fleche.redhat.com> <4F5526F1.2010003@gmail.com> <87mx7uvji9.fsf@fleche.redhat.com> In-Reply-To: <87mx7uvji9.fsf@fleche.redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-03/txt/msg00017.txt.bz2 > One problem is that if you have a gdb version that uses the phony iconv, > then it cannot handle UTF-8. Okay, but even then the worst thing that should happen is that GDB might scramble Unicode characters when printing, right?