ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: AW: AW: news for german users
       [not found] <0F3313EC125AD311981100105AB3A75D10793D@N0795.mdf.fvbb.de>
@ 1999-10-18 14:10 ` Hans Hagen
       [not found]   ` <380B3A8C.C888D299@gmx.de>
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Hagen @ 1999-10-18 14:10 UTC (permalink / raw)


"Haseloff, Lutz" wrote:

> I changed enco-ec and all works (hyphenate) very fine except
> the word sch"ulerinnen.

That one is kind of special, because it generates an u with lowered ",
so that one is not high ascii. 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


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

* Re: news for german users
       [not found]   ` <380B3A8C.C888D299@gmx.de>
@ 1999-10-18 22:33     ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 1999-10-18 22:33 UTC (permalink / raw)
  Cc: Haseloff, Lutz

Tobias Burnus wrote:
> 
> Hallo Hans, hallo Lutz,
> 
> > > I changed enco-ec and all works (hyphenate) very fine except
> > > the word sch"ulerinnen.
> > That one is kind of special, because it generates an u with lowered ",
> > so that one is not high ascii.
> 
> The lowered umlaut dots is ok for CM fonts, where the dots are thought to be a
> diphtong (tréma) such as in French Noel (place a " above ") so it it spoken
> 'No,el. In German the purpose is different and so the " belong closer to the
> word and thus the reduced distance. Fonts, which ``natively'' contain äöü
> usually do it ``right'' (not a so big distance) so this should map to the real
> letter as \"a does.
> 
> Groetjes, Grüße aus Berlin,

Lucky you that we can have encoding specific language specifics; add to
lang-ger.tex:

\startencoding[ec]
  \startlanguagespecifics[de]% 
    \installcompoundcharacter "a {\"a}
    \installcompoundcharacter "e {\"e}
    \installcompoundcharacter "i {\"\i}
    \installcompoundcharacter "o {\"o}
    \installcompoundcharacter "u {\"u}
    \installcompoundcharacter "A {\"A}
    \installcompoundcharacter "E {\"E}
    \installcompoundcharacter "I {\"I}
    \installcompoundcharacter "O {\"O}
    \installcompoundcharacter "U {\"U}
  \stoplanguagespecifics
\stopencoding

This solves your problem and gives you hyphenation even in 

gr"u"se, groetjes uit Hasselt (nl), 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


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

end of thread, other threads:[~1999-10-18 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <0F3313EC125AD311981100105AB3A75D10793D@N0795.mdf.fvbb.de>
1999-10-18 14:10 ` AW: AW: news for german users Hans Hagen
     [not found]   ` <380B3A8C.C888D299@gmx.de>
1999-10-18 22:33     ` 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).