From owner-freebsd-ports@FreeBSD.ORG Sat May 10 07:07:47 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BE5C106566B; Sat, 10 May 2008 07:07:47 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 470648FC12; Sat, 10 May 2008 07:07:47 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp85-140-148-252.pppoe.mtu-net.ru [85.140.148.252]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id ABBDA242F832; Sat, 10 May 2008 11:07:45 +0400 (MSD) Date: Sat, 10 May 2008 11:07:40 +0400 From: Andrew Pantyukhin To: ports@FreeBSD.org, Thierry Thomas Message-ID: <20080510070738.GP92161@amilo.cenkes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Unicode plane 1 in rxft-unicode X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2008 07:07:47 -0000 I wonder if anyone succeeded in getting subj working. The simplest way to test it is: - install a plane one font (e.g. I've just committed code2001) - verify it's working in firefox (after a restart) - add something like 'xft:Code2001:size=19,xft:' to 'URxvt*font:' in .Xresources, and merge it with xrdb -merge < .Xresources - restart rxvt and try to view a text file with the symbols A good test case is this: http://www.code2000.net/oneplane.htm Wikipedia title page (with languages) also contains some plane one symbols. My rxvt is compiled with --enable-everything (which includes --enable-unicode3) and with all encodings. Ctrl+Shift+Click shows code point fffd for plane one characters, but then I've never seen it show codes over 16 bits. Thanks!