9 Sep
2008
9 Sep
'08
8:47 a.m.
Hi, My next problem seems to be the german umlaut 'ß'. Running the following example delivers only six of the seven wanted characters, while the 'ß' is left blank. I'm not sure whether this might be a problem with my editor WinEdt, but I'm sure you can show me the right direction. Regards, Jürgen % language=de tex=pdfetex output=pdftex \usetypescript[modern] \mainlanguage[de] \enableregime[utf] \setupencoding[texnansi] \starttext äöüß ÄÖÜ \stoptext