From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1283 Path: main.gmane.org!not-for-mail From: "Haseloff, Lutz" Newsgroups: gmane.comp.tex.context Subject: AW: \useencoding[win] Date: Wed, 17 Nov 1999 09:15:12 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <0F3313EC125AD311981100105AB3A75D107B64@N0795.mdf.fvbb.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035392115 31436 80.91.224.250 (23 Oct 2002 16:55:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:55:15 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:1283 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1283 > Saying \useencoding[win] within my document makes pdfTeX complain about > unknown commands \startregime, \stopregime, and \enableregime. > > But, anyway, using the ß in source code still results in SS in typeset > text. > > Am I missing something? Is my installation broken? Or am I the only > german windows user? > You are not! I use ConTeXt beta (1999.11.15) and have no problems with umlauts in any form. ß, \SS and "s work correctly with cm, pos and lbr My testfile is: \setupoutput [pdftex] \setuppapersize[S6][S6] \setupbodyfont[pos,ber] \useencoding[win] \mainlanguage[de] \starttext \hyphenatedword{Deckweiß} \hyphenatedword{Deckwei"s} \hyphenatedword{Deckwei\SS} ... \stoptext Lutz