ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* and again the szlig
@ 2001-03-21 10:45 Uwe Koloska
  2001-03-21 14:27 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Koloska @ 2001-03-21 10:45 UTC (permalink / raw)


Hello,

I just tried the new beta 2001.3.12 but am not able to get an szlig.  The 
following input file has all umlauts correct but not the szlig:

\enableregime[windows]
\mainlanguage[de]
\language[de]

\setupbodyfont[pos]

\starttext
aouäöüßÄÖÜ % aouäöüßÄÖÜ
\stoptext

The ß gives "SS" ...

BTW: where is the new texexec that Hans wrote about?  In the beta pack is 
only 2.5 (as before).  Or is only the version number old?

Uwe

-- 
mailto:koloska@rcs.urz.tu-dresden.de
http://rcswww.urz.tu-dresden.de/~koloska/
--                                    --
right now the web page is in german only
but this will change as time goes by ;-)


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

* Re: and again the szlig
  2001-03-21 10:45 and again the szlig Uwe Koloska
@ 2001-03-21 14:27 ` Hans Hagen
  2001-03-21 18:54   ` Uwe Koloska
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2001-03-21 14:27 UTC (permalink / raw)
  Cc: ntg-context

At 11:45 AM 3/21/01 +0100, Uwe Koloska wrote:
>Hello,
>
>I just tried the new beta 2001.3.12 but am not able to get an szlig.  The 
>following input file has all umlauts correct but not the szlig:
>
>\enableregime[windows]
>\mainlanguage[de]
>\language[de]
>
>\setupbodyfont[pos]
>
>\starttext
>aouäöüßÄÖÜ % aouäöüßÄÖÜ
>\stoptext
>
>The ß gives "SS" ...

depending on the *encoding* used for the times fonts, (ec or texnansi), you
now need to take a look at enco-ec.tex and enco-ans.tex 

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


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

* Re: and again the szlig
  2001-03-21 14:27 ` Hans Hagen
@ 2001-03-21 18:54   ` Uwe Koloska
  0 siblings, 0 replies; 3+ messages in thread
From: Uwe Koloska @ 2001-03-21 18:54 UTC (permalink / raw)


Am Mittwoch, 21. März 2001 15:27 hast du geschrieben:
> At 11:45 AM 3/21/01 +0100, Uwe Koloska wrote:
> >Hello,
> >
> >I just tried the new beta 2001.3.12 but am not able to get an szlig. 
> > The following input file has all umlauts correct but not the szlig:
> >
> >The ß gives "SS" ...
>
> depending on the *encoding* used for the times fonts, (ec or texnansi),
> you now need to take a look at enco-ec.tex and enco-ans.tex

Yes, this is the part of the encoding thingy that I have (mostly) 
understand ;-)

ssharp in latin1      := 223
ssharp on my computer := 223  (veryfied)

regi-win.tex: 223 -> \ssharp
enco-ec.tex:  ssharp -> 223

[long explanation deleted]

I have found the source of the error.  ec-encoding is the encoding 
specified at the Cork TUG Meeting and because the glyphs used for this 
encoding are not accessible with the adobe standard encoding, there is 
TeXBase1 Encoding that is used for the raw fonts.  From TeXBase1 TeXandAnsi 
is derived and has some advantages.  Long words for short:

    Latin1  Base1  Cork (aka ec)
ß     223    223       255

So the enco-ec has to be changed to

\definecharacter ssharp          255
\definecharacter Ssharp          223

So the problem was mine, correcting a bug in enco-ec the wrong way ...

Uwe

-- 
mailto:koloska@rcs.urz.tu-dresden.de
http://rcswww.urz.tu-dresden.de/~koloska/
--                                    --
right now the web page is in german only
but this will change as time goes by ;-)


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

end of thread, other threads:[~2001-03-21 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-21 10:45 and again the szlig Uwe Koloska
2001-03-21 14:27 ` Hans Hagen
2001-03-21 18:54   ` Uwe Koloska

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