From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Konstantinos Efstathiou Newsgroups: gmane.emacs.help Subject: Re: Problem with UTF-8 Date: Thu, 4 Dec 2003 11:14:36 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1070536883 31970 80.91.224.253 (4 Dec 2003 11:21:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Dec 2003 11:21:23 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 04 12:21:20 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARrXs-0007Kh-00 for ; Thu, 04 Dec 2003 12:21:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARsLT-0001fK-Ta for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Dec 2003 07:12:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ARsJ5-00011B-OI for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 07:10:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ARsIZ-0000jn-0a for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 07:10:06 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1ARrch-00021Q-4y for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 06:26:19 -0500 Original-Received: from [193.49.194.55] (helo=purple.univ-littoral.fr) by mx20.gnu.org with esmtp (Exim 4.24) id 1ARqVJ-0006l7-7C for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 05:14:37 -0500 Original-Received: from [127.0.0.1] (purple.univ-littoral.fr [193.49.194.55]) by purple.univ-littoral.fr (8.12.8/8.12.8) with ESMTP id hB4AEZAf023091 for ; Thu, 4 Dec 2003 11:14:35 +0100 Original-To: help-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.606) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14931 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14931 Oliver Scholz writes: > I see. It is a font problem. You need to create a fontset in order to > solve it. Look for an appropriate ISO 10646-1 font and set Emacs up to > use it for the charset mule-unicode-0100-24ff. > ... > It's just a > font issue that you don't see the right glyphs for those characters. I appreciate the reply and the detailed explanation. Unfortunately, running the Carbon version of Emacs under Mac OS X does not help. The problem is that for some reason Emacs/Carbon can not see any iso10646-1 fonts. Although I have fixed width fonts like 'andale mono' which support WGL4 and which I have used before under Linux with encoding iso10646-1, Emacs says that they are available only with encoding mac-roman. Also the etl-* fonts which are the GNU intlfonts converted for use with Macs do not have the iso10646-1 encoding (but at least they have the iso8859-7 encoding). So basically I do not know how to proceed from here using the Carbon Emacs. In principle I can run the X11 version of Emacs but I prefer the Carbon version for many reasons. Regards