From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: encoding of font-name with unicode branch new font-backend Date: Thu, 07 Dec 2006 21:56:00 +0900 Message-ID: References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1165496124 8141 80.91.229.10 (7 Dec 2006 12:55:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Dec 2006 12:55:24 +0000 (UTC) Cc: emacs-unicode@gnu.org, emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 07 13:55:22 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GsImU-0001KT-Ux for ged-emacs-devel@m.gmane.org; Thu, 07 Dec 2006 13:55:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsImU-0003NE-HJ for ged-emacs-devel@m.gmane.org; Thu, 07 Dec 2006 07:55:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GsIm5-0003Eo-KA for emacs-devel@gnu.org; Thu, 07 Dec 2006 07:54:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GsIm3-0003D4-Pb for emacs-devel@gnu.org; Thu, 07 Dec 2006 07:54:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsIm3-0003Cm-HF for emacs-devel@gnu.org; Thu, 07 Dec 2006 07:54:51 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GsIm2-0006uc-2n; Thu, 07 Dec 2006 07:54:50 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id kB7CsiAR020235; Thu, 7 Dec 2006 21:54:44 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id kB7CsiHK020753; Thu, 7 Dec 2006 21:54:44 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id kB7CsiOL013568; Thu, 7 Dec 2006 21:54:44 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1GsInA-0001kA-Ou; Thu, 07 Dec 2006 21:56:00 +0900 Original-To: James Cloos In-reply-to: (message from James Cloos on Thu, 07 Dec 2006 07:47:45 -0500) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.91 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:63410 Archived-At: In article , James Cloos writes: >>>>>> "|" == James Cloos writes: >>> My understanding is that it is always utf-8. > If I am reading the src correctly it does transcode everything to utf8. Thank you for checking that. Ok, I'll improve the code. --- Kenichi Handa handa@m17n.org