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: font name not decoded in the output of describe-font Date: Sun, 14 Dec 2008 01:55:20 +0800 Message-ID: <4943F708.9050007@f2s.com> References: <14448004.281361229177919568.JavaMail.coremail@bj163app29.163.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=x-gbk; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1229190995 25787 80.91.229.12 (13 Dec 2008 17:56:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Dec 2008 17:56:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: brep Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 13 18:57:40 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 1LBYkF-00023H-G2 for ged-emacs-devel@m.gmane.org; Sat, 13 Dec 2008 18:57:39 +0100 Original-Received: from localhost ([127.0.0.1]:44063 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBYj3-0005m0-OL for ged-emacs-devel@m.gmane.org; Sat, 13 Dec 2008 12:56:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LBYia-0005iN-MH for emacs-devel@gnu.org; Sat, 13 Dec 2008 12:55:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LBYia-0005hr-2L for emacs-devel@gnu.org; Sat, 13 Dec 2008 12:55:56 -0500 Original-Received: from [199.232.76.173] (port=55650 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBYiZ-0005hl-Ox for emacs-devel@gnu.org; Sat, 13 Dec 2008 12:55:55 -0500 Original-Received: from ti-out-0910.google.com ([209.85.142.184]:32502) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LBYiZ-0004xZ-7m for emacs-devel@gnu.org; Sat, 13 Dec 2008 12:55:55 -0500 Original-Received: by ti-out-0910.google.com with SMTP id u5so1352221tia.10 for ; Sat, 13 Dec 2008 09:55:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Yk4jSDa0AQdnsf4OC4o6hgRDB7bV1quuNUiA8OHSm+U=; b=M3FqbF9BYj947fNk0yi5d+03TmJISjqS+t0wbU5b9RjwGzuy2Qsgo9kz/NU2WTHfSu 5WfrjN2EUY+fRnVVotGRPbHHBMJOcUm+MNrGrJzODS3xERYhjshCOz8HzWLFmHVE3zNJ Qr5+aMlfRFoSBIoCjeoRGNez/1JrD832xViFo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=g8kfkhFdCgj5SzcBMS3W88skg3jwo6f6ab6rX0uc8AzTGISeetpV8Vs5tHjDmBjmSR AVTR2wI+NYZb/j88XV22+mZX12kMcJ9vK4KsOr4bio/ysw471y8FjrDrF1OgMQKv6r0r 4LrWH9gDlEHGqS7mmlGiYshJWmhzMWTP6bB1Y= Original-Received: by 10.110.70.17 with SMTP id s17mr7210424tia.58.1229190951918; Sat, 13 Dec 2008 09:55:51 -0800 (PST) Original-Received: from ?192.168.1.3? ([118.100.162.156]) by mx.google.com with ESMTPS id u12sm2774078tia.29.2008.12.13.09.55.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 13 Dec 2008 09:55:51 -0800 (PST) User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) In-Reply-To: <14448004.281361229177919568.JavaMail.coremail@bj163app29.163.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:106882 Archived-At: brep wrote: > uniscribe:-outline-\316\242\310\355\321\305\272\332-normal-normal-normal-sans-20-*-*-*-p-*-iso8859-1 > (#x419) > <------------------------------------------> > The font name is not decoded, and revealed as internal representation. I've added code to decode and encode font names in the w32 font backends.