ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [kopszak: Re: Problems with input encoding]
@ 2002-09-12  8:43 Piotr Kopszak
  2002-09-12  8:58 ` Problems with input encoding Piotr Kopszak
  0 siblings, 1 reply; 5+ messages in thread
From: Piotr Kopszak @ 2002-09-12  8:43 UTC (permalink / raw)


Dnia Wed, Sep 11, 2002 at 11:11:42PM +0530, Pan(i) Hans Hagen był(a) łaskaw(a) napisać:
>  [...] 
> 
> it depends on what your input encoding is
> 
> - input encoding = il2, font encoding = ? -> choose regime il2
> 
> - input encoding = font encoding = il2 -> make sure that you have il2 
> encoded fonts, and set the encoding per raw font file
>
>  [...]

Right, \enableregime[il2] does not work.  I am using ec encoded fonts,
and everything is fine when I use the TeX way of transcribing Polish
characters (\k{a}, \k{c}, \.z  and so on ). I don't understand why
iso-latin2 can work with Czech and not with Polish texts. All the
characters are within the same character set. By the way, what happened with 
"texexec --translate=il2pl somefile" command? 

Thanks for your help

Piotr


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

* Problems with input encoding
  2002-09-12  8:43 [kopszak: Re: Problems with input encoding] Piotr Kopszak
@ 2002-09-12  8:58 ` Piotr Kopszak
  2002-09-14 20:40   ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Piotr Kopszak @ 2002-09-12  8:58 UTC (permalink / raw)


> >  [...] 
> > 
> > it depends on what your input encoding is
> > 
> > - input encoding = il2, font encoding = ? -> choose regime il2
> > 
> > - input encoding = font encoding = il2 -> make sure that you have il2 
> > encoded fonts, and set the encoding per raw font file
> >
> >  [...]

just one more thing. The problem would be nonexistant, at least for
me, if there was a possibility to use utf-8 input. I would gladly
completely switch to it. Is it possible? 

All Best

Piotr


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

* Re: Problems with input encoding
  2002-09-12  8:58 ` Problems with input encoding Piotr Kopszak
@ 2002-09-14 20:40   ` Hans Hagen
  2002-09-15 11:07     ` Piotr Kopszak
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2002-09-14 20:40 UTC (permalink / raw)
  Cc: Context discussion-list

At 10:58 AM 9/12/2002 +0200, Piotr Kopszak wrote:

> > >  [...]
> > >
> > > it depends on what your input encoding is
> > >
> > > - input encoding = il2, font encoding = ? -> choose regime il2
> > >
> > > - input encoding = font encoding = il2 -> make sure that you have il2
> > > encoded fonts, and set the encoding per raw font file
> > >
> > >  [...]
>
>just one more thing. The problem would be nonexistant, at least for
>me, if there was a possibility to use utf-8 input. I would gladly
>completely switch to it. Is it possible?

you may try:

   \useXMLfilter [utf]

or

   \input xtag-utf.tex

but .... first take a look in that file and provide me the rest of the 
tables -)

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] 5+ messages in thread

* Re: Problems with input encoding
  2002-09-14 20:40   ` Hans Hagen
@ 2002-09-15 11:07     ` Piotr Kopszak
  2002-09-16 10:00       ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Piotr Kopszak @ 2002-09-15 11:07 UTC (permalink / raw)
  Cc: Piotr Kopszak, Context discussion-list

Dnia Sat, Sep 14, 2002 at 10:40:10PM +0200, Pan(i) Hans Hagen był(a) łaskaw(a) napisać:
> At 10:58 AM 9/12/2002 +0200, Piotr Kopszak wrote:
> [...]
> you may try:
> 
>   \useXMLfilter [utf]
> 
> or
> 
>   \input xtag-utf.tex
> 
> but .... first take a look in that file and provide me the rest of the 
> tables -)
> 
> 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
> -------------------------------------------------------------------------
> 
Didn't have much effect either (But perhaps I shouldn't uncomment it
all, should I?). Only character I got was "ó" which is
in iso-8859-1. What tables do you need?

Piotr


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

* Re: Problems with input encoding
  2002-09-15 11:07     ` Piotr Kopszak
@ 2002-09-16 10:00       ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2002-09-16 10:00 UTC (permalink / raw)
  Cc: Context discussion-list

At 01:07 PM 9/15/2002 +0200, Piotr Kopszak wrote:
>Dnia Sat, Sep 14, 2002 at 10:40:10PM +0200, Pan(i) Hans Hagen był(a) 
>łaskaw(a) napisać:
> > At 10:58 AM 9/12/2002 +0200, Piotr Kopszak wrote:
> > [...]
> > you may try:
> >
> >   \useXMLfilter [utf]
> >
> > or
> >
> >   \input xtag-utf.tex
> >
> > but .... first take a look in that file and provide me the rest of the
> > tables -)
> > --------------------------
> >
>Didn't have much effect either (But perhaps I shouldn't uncomment it
>all, should I?). Only character I got was "ó" which is
>in iso-8859-1. What tables do you need?

I'm lost here, what did you uncomment?

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] 5+ messages in thread

end of thread, other threads:[~2002-09-16 10:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-12  8:43 [kopszak: Re: Problems with input encoding] Piotr Kopszak
2002-09-12  8:58 ` Problems with input encoding Piotr Kopszak
2002-09-14 20:40   ` Hans Hagen
2002-09-15 11:07     ` Piotr Kopszak
2002-09-16 10:00       ` 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).