-----Ursprüngliche Nachricht----- Von: Tobias Burnus [mailto:burnus@gmx.de] Gesendet: Dienstag, 7. Februar 2006 10:18 An: Lutz.Haseloff@blb.brandenburg.de; mailing list for ConTeXt users Betreff: Re: [NTG-context] chinese with utf in context
Hi Lutz,
Lutz Haseloff schrieb:
The symbols from the range FF (f.i. FF0C: FULLWITH COMMA,
Try the following (untested): Add the line \defineunicodecommand 255 {\lookaheaduchar} to unic-cjk.tex. (Maybe you need to regenerate the format file.)
Tobias
Hi Tobias, Thank you very much for your help. I added: \defineunicodecommand 255 {\lookaheaduchar} \defineunicodecommand 32 {\lookaheaduchar} \defineunicodecommand 37 {\lookaheaduchar} \defineunicodecommand 38 {\lookaheaduchar} to unic-cjk.tex and all works now as expected. Thanks again Lutz