From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23301 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: xml, context and hyphenation Date: Mon, 07 Nov 2005 19:32:43 +0100 Message-ID: <436F9DCB.1090801@elvenkind.com> References: <435F8DDA.4080102@student.kuleuven.be> <4366A1BF.2000509@wxs.nl> <436F58C9.5020402@student.kuleuven.be> <436F719A.8050903@elvenkind.com> <436F74E3.9000503@student.kuleuven.be> <436F7AEB.3060209@elvenkind.com> <1131387249.436f997193fa1@webmail1.kuleuven.be> 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; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1131388627 10117 80.91.229.2 (7 Nov 2005 18:37:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Nov 2005 18:37:07 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 07 19:36:56 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 1EZBpL-0000VC-H7 for gctc-ntg-context-518@m.gmane.org; Mon, 07 Nov 2005 19:34:43 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 36BD6127C5; Mon, 7 Nov 2005 19:34:43 +0100 (CET) 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 05621-08; Mon, 7 Nov 2005 19:34:43 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7D2E6127BB; Mon, 7 Nov 2005 19:32:53 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7C9FD127BB for ; Mon, 7 Nov 2005 19:32:51 +0100 (CET) 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 05621-07 for ; Mon, 7 Nov 2005 19:32:50 +0100 (CET) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with ESMTP id 9AC35127BA for ; Mon, 7 Nov 2005 19:32:50 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:59795 helo=[192.168.1.3]) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1EZBnW-0003aF-48 for ntg-context@ntg.nl; Mon, 07 Nov 2005 18:32:50 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <1131387249.436f997193fa1@webmail1.kuleuven.be> 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:23301 Archived-At: Wolfgang Zillig wrote: > Hello Taco, >=20 > when I try to compile your example file: >=20 > Then I get no output! The logfile is at the end of the message!=20 That was intentional. \showhyphens only writes a message to the terminal, no typesetting was doen. > It complains about that the coding utf is unknown!=20 That was a mistake. I used \useencoding, where I should have used \enableregime. Revised version: \language[de] \enableregime[utf] \hyphenation{Voll-st=C3=A4n-dig-keit} \starttext \showhyphens{Vollst=C3=A4ndigkeit} \stoptext Either way, your output from my test file looks fine. Good luck, Taco