From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47977 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: UTF-8 breakage Date: Sun, 01 Dec 2002 21:56:04 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84d6otk0a6.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1038776133 28805 80.91.224.249 (1 Dec 2002 20:55:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Dec 2002 20:55:33 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Ib7k-0007UT-00 for ; Sun, 01 Dec 2002 21:55:32 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18Ib8r-0002e2-00; Sun, 01 Dec 2002 14:56:41 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 01 Dec 2002 14:57:29 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA05740 for ; Sun, 1 Dec 2002 14:57:08 -0600 (CST) Original-Received: (qmail 19400 invoked by alias); 1 Dec 2002 20:56:15 -0000 Original-Received: (qmail 19395 invoked from network); 1 Dec 2002 20:56:14 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 1 Dec 2002 20:56:14 -0000 Original-Received: from localhost (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id gB1Ku4GB032156 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 1 Dec 2002 21:56:04 +0100 Original-To: Lloyd Zusman Mail-Copies-To: nobody X-Hashcash: 0:021201:ljz@asfast.com:07182f29572d883e X-Hashcash: 0:021201:ding@gnus.org:c64dc224a30f2344 In-Reply-To: (Lloyd Zusman's message of "Sun, 01 Dec 2002 14:44:02 -0500") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47977 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47977 Lloyd Zusman writes: >> räksmörgås >> r¤ksm¤rg¤s > > Well, I'm running under XEmacs 21.4.8, and I don't get the prompt that's > described in the web page. Also, the vowels show up just fine. So far, > so good. However, for me, these vowels are being displayed in an > oversized, bolded font. That indicates a missing font for the character. Try apt-get install `apt-cache search font|grep ^xfonts|awk '{print $1}'|sort|uniq|grep -v xfonts-bochs` or something to that effect.