From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24127 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: German hyphenation patterns Date: Mon, 05 Dec 2005 12:28:45 +0100 Message-ID: <4394246D.9030107@wxs.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1133784401 31139 80.91.229.2 (5 Dec 2005 12:06:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Dec 2005 12:06:41 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 05 13:06:35 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 1EjF5h-00080I-1y for gctc-ntg-context-518@m.gmane.org; Mon, 05 Dec 2005 13:05:09 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F2557127F4; Mon, 5 Dec 2005 13:05:02 +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 09800-01-3; Mon, 5 Dec 2005 13:05:02 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6E3201281D; Mon, 5 Dec 2005 12:28:48 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6060D1281D for ; Mon, 5 Dec 2005 12:28:47 +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 09204-10 for ; Mon, 5 Dec 2005 12:28:46 +0100 (CET) Original-Received: from controller-1 (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with ESMTP id 6A16E127FB for ; Mon, 5 Dec 2005 12:28:46 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 6443 for ; Mon, 05 Dec 2005 12:34:23 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24127 Archived-At: Thomas A. Schmitz wrote: > All, > > German orthography is a mess right now, we now have two sets of =20 > rules, old and new. New hyphenation is ugly and rules are constantly =20 > changing. I see that ConTeXt has lang-deo.pat, so I was hoping that =20 > this would produce "old" patterns, but it doesn't seem to work: > > \enableregime[utf] > \mainlanguage[deo] > > \starttext > > \showhyphens{gestorben} > > \showhyphens{Bierdeckel} > > \showhyphens{=EF=BF=BDu=EF=BF=BDerst} > > \stoptext > > gives me: > > Underfull \hbox (badness 10000) in paragraph at lines 8--8 > [] \*10ptrmtf* ge-stor-ben > > Underfull \hbox (badness 10000) in paragraph at lines 10--10 > [] \*10ptrmtf* Bier-de-ckel > > Underfull \hbox (badness 10000) in paragraph at lines 12--12 > [] \*10ptrmtf* =EF=BF=BDu-=EF=BF=BDerst > > which is identical to \mainlanguage[de]. Patterns should be Bierdek-=20 > kel and =EF=BF=BDus-serst. Am I missing something, how can I enable "ol= d" =20 > patterns? (I assume that you loaded the patterns, i.e. texexec --make --all) hard to see; for ck to become k-k you need this active " mess: \usetypescript[modern][ec] \setupbodyfont[modern,11pt] \mainlanguage[deo] \hyphenation{Bier-de-ckel} \starttext \number\normallanguage \hyphenatedword{gestorben} \hyphenatedword{Bierdeckel} \hyphenatedword{Bierde"ckel} \stoptext