From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1838 invoked by alias); 13 Apr 2006 17:36:18 -0000 Received: (qmail 1829 invoked by uid 22791); 13 Apr 2006 17:36:17 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Apr 2006 17:36:16 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-246-188.inter.net.il [83.130.246.188]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DZA69458 (AUTH halo1); Thu, 13 Apr 2006 20:36:09 +0300 (IDT) Date: Thu, 13 Apr 2006 21:18:00 -0000 Message-Id: From: Eli Zaretskii To: "Jim Blandy" CC: ghost@cs.msu.su, gdb@sources.redhat.com In-reply-to: <8f2776cb0604131031g370d6fa9p9361421bd21d178@mail.gmail.com> (jimb@red-bean.com) Subject: Re: printing wchar_t* Reply-to: Eli Zaretskii References: <8f2776cb0604131031g370d6fa9p9361421bd21d178@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00164.txt.bz2 > Date: Thu, 13 Apr 2006 10:31:18 -0700 > From: "Jim Blandy" > Cc: gdb@sources.redhat.com > > The best approach would be to extend charset.[ch] to handle wide > character sets as well, and then add code to the language-specific > printing routines to use the charset functions. (This is fortunately > much simpler than adding support for multibyte characters.) Can you tell why you think it's much simpler?