Good evening, \enableregime [il1] \starttext \startbuffer funny letters: Ä ü ß \stopbuffer \typebuffer \stoptext gives me in test-test.tmp buffer: funny letters: ^^c4 ^^fc ^^df and this is also typeset like above. Is it possible to get the real letters back without manually editing the written buffer? Patrick
At 09:20 PM 3/28/2003 +0100, Patrick Gundlach wrote:
Good evening,
\enableregime [il1] \starttext \startbuffer funny letters: Ä ü ß \stopbuffer \typebuffer \stoptext
gives me in test-test.tmp buffer:
funny letters: ^^c4 ^^fc ^^df
i get real letters; is your tex binary configures all right (for 8 bit writes) Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
Hans Hagen
gives me in test-test.tmp buffer:
funny letters: ^^c4 ^^fc ^^df
i get real letters; is your tex binary configures all right (for 8 bit writes)
I have no idea where to set this up (tetex 2.0.2 on linux). Has anybody else any ideas? Patrick
Patrick Gundlach
gives me in test-test.tmp buffer:
funny letters: ^^c4 ^^fc ^^df
You can use texexec --translate=cp8bit test.tex to get it all right! I wonder if one can make it default somewhere? (Just came across this while reading the texexec user's guide in the MAPS 28 :) Anonymous
At 04:45 PM 3/30/2003 +0200, you wrote:
Patrick Gundlach
writes: Hello Patrick :)
(anwering my own post again...)
gives me in test-test.tmp buffer:
funny letters: ^^c4 ^^fc ^^df
You can use
texexec --translate=cp8bit test.tex
to get it all right! I wonder if one can make it default somewhere?
(Just came across this while reading the texexec user's guide in the MAPS 28 :)
strange that this needed, i don't need it here (maybe unix specific) you can say as top line in your doc: % translate=... and texexec wil pick it up Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
At 09:45 AM 3/31/2003 +0200, you wrote:
Hans Hagen
writes: Hi Hans,
you can say as top line in your doc:
% translate=...
and texexec wil pick it up
it would be nice if one could write this in texexec.ini :)
dangerous, since it is a document property better is to find out why your tex does not has 8 bit by default Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Patrick Gundlach