From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15072 Path: main.gmane.org!not-for-mail From: "Mikael Persson" Newsgroups: gmane.comp.tex.context Subject: Re: special characters and \startuseMPgraphic{FunnyFrame} Date: Mon, 3 May 2004 21:00:38 +0200 (MEST) Sender: ntg-context-admin@ntg.nl Message-ID: <33305.82.182.100.57.1083610838.squirrel@mail.medic.chalmers.se> References: <4096920B.8070209@gmx.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1083611032 1246 80.91.224.253 (3 May 2004 19:03:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 May 2004 19:03:52 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon May 03 21:03:38 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BKij3-0004cp-00 for ; Mon, 03 May 2004 21:03:37 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C0C4E10B3D; Mon, 3 May 2004 20:59:33 +0200 (MEST) Original-Received: from anubis.medic.chalmers.se (anubis.medic.chalmers.se [129.16.30.218]) by ref.ntg.nl (Postfix) with ESMTP id CF93A10B3D for ; Mon, 3 May 2004 20:56:38 +0200 (MEST) Original-Received: from mail.medic.chalmers.se (localhost [127.0.0.1]) by anubis.medic.chalmers.se (Postfix) with SMTP id 478078E5 for ; Mon, 3 May 2004 21:00:38 +0200 (MEST) Original-Received: from 82.182.100.57 (SquirrelMail authenticated user mickep) by mail.medic.chalmers.se with HTTP; Mon, 3 May 2004 21:00:38 +0200 (MEST) In-Reply-To: <4096920B.8070209@gmx.de> Original-To: ntg-context@ntg.nl User-Agent: SquirrelMail/1.4.2 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15072 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15072 > Hello, > > the following example does not work if the text in the > \FrameTitle{Blockflötenspielen} contains special characters like öäßé etc. > > Has someone a solution for this problem? > > Thanks a lot, > > Helmut > > I had a similar problem some time ago. But I used the utf regime. The solution (I dont know if I read it on the list or where it came from) was to put curly braces around those characters. In this case it would be \enableregime[utf] instead of \enableregime[windows] and then These: Blockfl{ö}tenspielen macht Spa{ß}! I tried this with your doc and it worked. Probably someone soon comes up with a nicer solution, Regards, Micke P