From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 18:18:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABD9D16A417 for ; Thu, 15 Nov 2007 18:18:03 +0000 (UTC) (envelope-from sat@cenkes.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 8171213C50A for ; Thu, 15 Nov 2007 18:18:03 +0000 (UTC) (envelope-from sat@cenkes.org) Received: from amilo.cenkes.org (ppp85-141-132-231.pppoe.mtu-net.ru [85.141.132.231]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTP id 2E03E242F82B; Thu, 15 Nov 2007 21:18:02 +0300 (MSK) Date: Thu, 15 Nov 2007 21:18:00 +0300 From: Andrew Pantyukhin To: Nikola =?utf-8?B?TGXEjWnEhw==?= Message-ID: <20071115181759.GA97540@amilo.cenkes.org> References: <20071114170444.0B8D9288BDF@macpro.inf.ed.ac.uk> <1195069866.473b51aa13e39@webmail.rawbw.com> <20071115132721.05b0dbdd@anthesphoria.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20071115132721.05b0dbdd@anthesphoria.net> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Yuri , yuri@tsoft.com, Richard Tobin , freebsd-questions@freebsd.org Subject: Re: How to see UNICODE character number? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2007 18:18:03 -0000 On Thu, Nov 15, 2007 at 01:27:21PM +0100, Nikola Le=C4=8Di=C4=87 wrote: > On Wed, 14 Nov 2007 11:51:06 -0800 > Yuri wrote: >=20 > > But it's still strange that there's no GUI utility in KDE or just X > > that would do it. >=20 > There are at least two very convenient GUI ways do to this: >=20 > (1) (g)ViM: assuming that you use UTF-8 to interptet Unicode and that > (2) deskutils/gucharmap: GTK2 application, doesn't pull many Gnome (3) x11/rxvt-unicode - you just press and hold Ctrl+Shift+LClick and move cursor around. Urxvt will show info on any char you point at. (4) In a UTF-8 console: iconv -l|grep UTF echo |iconv -t UTF-32|hexdump