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: [w32] display international HELLO Date: Wed, 31 Jan 2007 15:51:49 +0900 Message-ID: References: NNTP-Posting-Host: lo.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 1170226347 17072 80.91.229.12 (31 Jan 2007 06:52:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Jan 2007 06:52:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Takashi Hiromatsu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 31 07:52:16 2007 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 1HC9KI-0000iL-Kc for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 07:52:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HC9KI-0007qc-9o for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 01:52:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HC9K5-0007qX-A7 for emacs-devel@gnu.org; Wed, 31 Jan 2007 01:52:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HC9K3-0007qH-LQ for emacs-devel@gnu.org; Wed, 31 Jan 2007 01:52:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HC9K3-0007qE-Hi for emacs-devel@gnu.org; Wed, 31 Jan 2007 01:51:59 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HC9K2-0005T8-SL for emacs-devel@gnu.org; Wed, 31 Jan 2007 01:51:59 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l0V6pos9011251; Wed, 31 Jan 2007 15:51:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l0V6pomW010275; Wed, 31 Jan 2007 15:51:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id l0V6pnAX015101; Wed, 31 Jan 2007 15:51:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1HC9Jt-0005CX-GX; Wed, 31 Jan 2007 15:51:49 +0900 In-reply-to: (message from Takashi Hiromatsu on Wed, 31 Jan 2007 15:34:57 +0900) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.93 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-detected-kernel: Solaris 8 (1) 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:65682 Archived-At: In article , Takashi Hiromatsu writes: > Dear all, > I'm tring to display all the language's "HELLO" on Emacs on Windows by > using original Microsoft true type fonts. > --- Emacs/22.0.92 (i386-mingw-nt5.0.2195) > I succeed many of them by "Arial unicode MS" font exept 7 language listed > below.: > Amharic > Arabic > Braille > Hindi > Kannada > Malayalam > Tibetan The current Emacs still doesn't have a proper OpenType font driver for displaying Indic scritps on Windows. I'm working on it in emacs-unicode-2 branch, but the progress is very slow. :-( By the way, does "Arial unicode MS" contains proper Open Type tables for Indic scripts? --- Kenichi Handa handa@m17n.org