ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* funny letters in (type)buffer
@ 2003-03-28 20:20 Patrick Gundlach
  2003-03-28 22:28 ` Hans Hagen
  2003-03-30 14:45 ` Patrick Gundlach
  0 siblings, 2 replies; 7+ messages in thread
From: Patrick Gundlach @ 2003-03-28 20:20 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: funny letters in (type)buffer
  2003-03-28 20:20 funny letters in (type)buffer Patrick Gundlach
@ 2003-03-28 22:28 ` Hans Hagen
  2003-03-29  9:23   ` Patrick Gundlach
  2003-03-30 14:45 ` Patrick Gundlach
  1 sibling, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2003-03-28 22:28 UTC (permalink / raw)
  Cc: ntg-context

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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: funny letters in (type)buffer
  2003-03-28 22:28 ` Hans Hagen
@ 2003-03-29  9:23   ` Patrick Gundlach
  0 siblings, 0 replies; 7+ messages in thread
From: Patrick Gundlach @ 2003-03-29  9:23 UTC (permalink / raw)


Hans Hagen <pragma@wxs.nl> writes:

Hello,

>>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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: funny letters in (type)buffer
  2003-03-28 20:20 funny letters in (type)buffer Patrick Gundlach
  2003-03-28 22:28 ` Hans Hagen
@ 2003-03-30 14:45 ` Patrick Gundlach
  2003-03-31  6:44   ` Hans Hagen
  1 sibling, 1 reply; 7+ messages in thread
From: Patrick Gundlach @ 2003-03-30 14:45 UTC (permalink / raw)


Patrick Gundlach <pg@levana.de> 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 :)


Anonymous

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: funny letters in (type)buffer
  2003-03-30 14:45 ` Patrick Gundlach
@ 2003-03-31  6:44   ` Hans Hagen
  2003-03-31  7:45     ` texexec feature request Patrick Gundlach
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2003-03-31  6:44 UTC (permalink / raw)


At 04:45 PM 3/30/2003 +0200, you wrote:
>Patrick Gundlach <pg@levana.de> 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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 7+ messages in thread

* texexec feature request
  2003-03-31  6:44   ` Hans Hagen
@ 2003-03-31  7:45     ` Patrick Gundlach
  2003-03-31  8:20       ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Patrick Gundlach @ 2003-03-31  7:45 UTC (permalink / raw)


Hans Hagen <pragma@wxs.nl> 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 :)

Patrick

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: texexec feature request
  2003-03-31  7:45     ` texexec feature request Patrick Gundlach
@ 2003-03-31  8:20       ` Hans Hagen
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2003-03-31  8:20 UTC (permalink / raw)


At 09:45 AM 3/31/2003 +0200, you wrote:
>Hans Hagen <pragma@wxs.nl> 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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-03-31  8:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-28 20:20 funny letters in (type)buffer Patrick Gundlach
2003-03-28 22:28 ` Hans Hagen
2003-03-29  9:23   ` Patrick Gundlach
2003-03-30 14:45 ` Patrick Gundlach
2003-03-31  6:44   ` Hans Hagen
2003-03-31  7:45     ` texexec feature request Patrick Gundlach
2003-03-31  8:20       ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).