From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Display the cjk ext b characters using precompiled Emacs-23-CvsP080630-EmacsW32-1.58. Date: Fri, 25 Jul 2008 12:36:56 +0100 Message-ID: <4889BAD8.2070106@gnu.org> References: <200807251854230692885@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216985854 22309 80.91.229.12 (25 Jul 2008 11:37:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2008 11:37:34 +0000 (UTC) Cc: emacs-devel To: "hongyi.zhao" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 25 13:38:23 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KMLco-0007j9-4Q for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2008 13:38:18 +0200 Original-Received: from localhost ([127.0.0.1]:34138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMLbu-0003uB-Gp for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2008 07:37:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMLbp-0003tu-4O for emacs-devel@gnu.org; Fri, 25 Jul 2008 07:37:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMLbn-0003td-DS for emacs-devel@gnu.org; Fri, 25 Jul 2008 07:37:16 -0400 Original-Received: from [199.232.76.173] (port=48022 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMLbn-0003ta-6m for emacs-devel@gnu.org; Fri, 25 Jul 2008 07:37:15 -0400 Original-Received: from mk-outboundfilter-4.mail.uk.tiscali.com ([212.74.114.32]:9556) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KMLbn-0006nV-4K for emacs-devel@gnu.org; Fri, 25 Jul 2008 07:37:15 -0400 Original-X-Trace: 115394315/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$F2S-ACCEPTED/f2s-freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuoFADRYiUhTQxds/2dsb2JhbACBWq80 X-IronPort-AV: E=Sophos;i="4.31,252,1215385200"; d="scan'208";a="115394315" X-IP-Direction: IN Original-Received: from i-83-67-23-108.freedom2surf.net (HELO wanchan.jasonrumney.net) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP; 25 Jul 2008 12:37:13 +0100 Original-Received: from [192.168.249.27] (chiko.jasonrumney.net [192.168.249.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 79BF51B7; Fri, 25 Jul 2008 12:37:29 +0100 (BST) User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: <200807251854230692885@gmail.com> X-Enigmail-Version: 0.95.6 OpenPGP: id=8086879D X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101455 Archived-At: hongyi.zhao wrote: > Dear Kenichi, > > I'v downloaded the precompiled Emacs-23-CvsP080630-EmacsW32-1.58 from > the following url: (thanks to Jason Rumney for > telling me this site) http://ourcomments.org/Emacs/EmacsW32.html > > Now, I want to use this version to display the cjk ext b characters > under microsoft windows xp. I've just now added surrogate pair support to the Windows font backends where we need to send such characters to Windows API functions that take UTF-16 encoded strings. On the version above, display of characters outside the BMP is not supported by either Windows font backend.