From owner-freebsd-questions@FreeBSD.ORG Wed Nov 14 09:40:13 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 320A616A419 for ; Wed, 14 Nov 2007 09:40:13 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id C913013C478 for ; Wed, 14 Nov 2007 09:40:12 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2718441pyb for ; Wed, 14 Nov 2007 01:40:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=jSOINT8e2b0hEmHev4bIcUZNEah9+uYDYSxdirSWQl0=; b=Hyu8AYq1g21Zg0S/NBbTeUiypO0fkFyjGKw6L5Xwxje8L7uUV8ljsWidj/SFugh3ZhWtOBLdvmCP0ekUGbMIyuuyMBD0cmCwhJFmigQ1uPPx89JPmtgj5SDXn2WqrlGqfX7YW4yl9umFjC8FxkngSJ4n/BzSP+K2mw96AxN0yuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=d57ZhSGAD8myAvr2SmMeiaa2AC6XiyWDkrYBciOxKP+5irPuJGnNeZajG4vjGj6xtbzfTnr+oObGt3X4eaYVHOD0bM+BRemcHwD5+wCzPYm6u9uKj+jYkvqy36RCAwrJu0zdds5ALtSE3RWiDTm5ZMHWjUgy6jCt/cP0g5ye6aY= Received: by 10.35.40.10 with SMTP id s10mr8578330pyj.1195031699864; Wed, 14 Nov 2007 01:14:59 -0800 (PST) Received: from ?10.1.1.100? ( [203.125.55.190]) by mx.google.com with ESMTPS id f57sm748188pyh.2007.11.14.01.14.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Nov 2007 01:14:58 -0800 (PST) From: OutbackDingo To: David J Brooks In-Reply-To: <200711140311.29245.freysman@comcast.net> References: <1195024623.473aa0efca55f@webmail.rawbw.com> <200711140202.14868.freysman@comcast.net> <1195028375.473aaf97ea27f@webmail.rawbw.com> <200711140311.29245.freysman@comcast.net> Content-Type: text/plain; charset=UTF-8 Date: Wed, 14 Nov 2007 17:13:56 +0800 Message-Id: <1195031658.30690.13.camel@z60m.optimlabs.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: Yuri , yuri@tsoft.com, 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2007 09:40:13 -0000 would utf2ascii be any help here or recode ?? both are in ports On Wed, 2007-11-14 at 03:11 -0600, David J Brooks wrote: > On Wednesday 14 November 2007 02:19:35 am Yuri wrote: > > > > All programs just show the character itself when I paste it :-) > > > > > > Have you tried kcharselect ? > > > > Tried it now. When I paste the character to the box in the bottom and press > > Enter nothing happens. > > I would like to see it's UNICODE number (like &9991;) > > > > But it goes the opposite way: from UNICODE number to the character. > > The problem though that there are ~20K Chinese characters in UNICODE table. > > You can look up the character on the table and get the code point. δΎ† = > U+4f86, but with 20k characters that would be a hassle. Sorry I couldn't be > more helpful. > > David