Hi!

Say I have this text file
\mainlanguage[de]
\language[de]
\useregime[il1]
\enableregime[il1]
\setupbodyfont[10pt]

\starttext
�������
\startXML
<bla>�������</bla>
\stopXML
\startJV
String b="�������"
\stopJV
\stoptext

When I run it with texexec --pdf t
I get
�������
<bla></bla>
String b=""
Note that the special german characters are missing in the verbatim
text.

When I now change my file to
\mainlanguage[de]
\language[de]
\useregime[il1]
\enableregime[il1]
\setupbodyfont[aer,10pt]

\starttext
�������
\startXML
<bla>�������</bla>
\stopXML
\startJV
String b="�������"
\stopJV
\stoptext

(Note the addition of aer in setupbodyfont)
I get
�������
<bla>������SS</bla>
String b="������SS"

Well, what do I do now. I thought the addition of aer to be an
ingenious idea, but it didn't work.

BTW : I am using ConTeXt 2002.3.12 with fpTeX 0.5 with pdfeTeX  Version 
3.14159-pre-1.0-unofficial-20010704-2.1 (Web2c 7.3.3.1)

-- 
Greets,
 Robert

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to