On 12/18/06, Hubertus wrote:
Hi,
in the new version (7.12.2006) one of the special German characters is broken:
\enableregime [il1] \mainlanguage [de] \setupbodyfont[sansserif] \starttext
German Umlauts: ?????????????????????
\stoptext
the result:
German Umlauts: ??????????????????SS
hm, can you check if regi-8859-1 is loaded ? I do the following: \setupoutput[pdftex]
That should be the default if you manage to make the new ruby variant of texexec to work.
\installlanguage[german][de]
(I ask because I don't know that myself: why is this needed inside a document?)
\mainlanguage[de] \enableregime[il1]
\setupencoding[default=ec]
This is already the default value (and has been so for quite some time already), so you don't need to set it to the same value again.
and ß gives me also SS. I run ConTeXt ver: 2006.12.12 23:46 MK II fmt: 2006.12.13 int: english/english My logfile tells me: regime : regime 8859-1 is loaded (/home/???/tex/texmf-local/tex/context/base/regi-8859-1.tex \@r@eg@iso-8859-1=\toks328 )
Hope that helps you.
Hubertus
I'm sorry. I sent a few messages off-list to Hans and forgot to mention that on the list. The problem has been solved, you probably only have to wait for a new release. If you want to have it properly right away, you have to change \startregime[iso-8859-1] in regi-8859-1.tex into \startregime[8859-1] (and define a new synonym in regi-syn.tex for those who will want to use \enableregime[iso-8859-1]). Mojca