From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20491 Path: news.gmane.org!not-for-mail From: Duncan Hothersall Newsgroups: gmane.comp.tex.context Subject: Accents in MathML Date: Wed, 25 May 2005 12:20:43 +0100 Message-ID: <42945F8B.2060308@capdm.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1117020025 28868 80.91.229.2 (25 May 2005 11:20:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 May 2005 11:20:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed May 25 13:20:13 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Datun-00033j-HQ for gctc-ntg-context-518@m.gmane.org; Wed, 25 May 2005 13:19:09 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DC5B3127C5; Wed, 25 May 2005 13:20:56 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05215-09-3; Wed, 25 May 2005 13:20:51 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B1348127B4; Wed, 25 May 2005 13:20:51 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1CCB0127B4 for ; Wed, 25 May 2005 13:20:50 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05215-09-2 for ; Wed, 25 May 2005 13:20:49 +0200 (CEST) Original-Received: from liszt-05.ednet.co.uk (liszt-05.ednet.co.uk [212.20.226.26]) by ronja.ntg.nl (Postfix) with ESMTP id 50EFF127A9 for ; Wed, 25 May 2005 13:20:49 +0200 (CEST) Original-Received: from [192.168.254.41] (unknown [212.20.255.162]) by liszt-05.ednet.co.uk (Postfix) with ESMTP id 9A41A12ED4F for ; Wed, 25 May 2005 12:20:48 +0100 (BST) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: ConTeXt List X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20491 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20491 Hello all. I'm processing some Spanish from Unicode and some of it is in MathML, for which I use ConTeXt's native processing. There seems to be a problem with accents. When I run this on Live: -- \mainlanguage[es]\enableregime[utf]\useencoding[uc] \useXMLfilter[utf]\usemodule[mathml] \starttext Maths with accents: \startXMLdata inter=E9s\stopXMLdata \stoptext -- it fails because of the =E9 (which is an e with an acute accent, in case the mail system turns it into gobbledgook). Can anyone help? Thanks. Duncan