ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Uwe Koloska <koloska@voiceinterconnect.de>
Subject: Re: hyphenation of words with accented characters
Date: Thu, 29 Aug 2002 09:57:10 +0200	[thread overview]
Message-ID: <3D6DD3D6.4010801@voiceinterconnect.de> (raw)
In-Reply-To: <20020828.134230.26700639.MarkoSchuetz@web.de>

Marko Schütz schrieb:
> 
> \hyphenation{Äqui-va-lenz-re-la-tion}
> 
> as well as 
> 
> \hyphenation{"Aqui-va-lenz-re-la-tion}
> 
> with both I get 
> 
> ! Improper \hyphenation will be flushed.
> \handlecompoundcharacter #1->\def 
>                                   \xhandlecompoundcharacter {\dohandlecompou...
> l.3 \hyphenation{"
>                   Aqui-va-lenz-re-la-tion}

\hyphenation can only handle single characters and not compound 
ones.  So you have to switch to an input encoding that doesn't 
touch umlauts or other non-ASCII chars.  If it works TeX has to 
handle this characters as follows:
   1. let 'Ä' untouched
   2. use the latin1 to TeX (or type1 or ...) output encoding to
      print the char to output.

Unfortunately I tried this myself and didn't had any success. 
It seems that all input encodings in context change non-ASCII 
chars to compound characters.

Sorry, seems this is more confusing than helpful ;-(
Uwe

-- 
voiceINTERconnect www.voiceinterconnect.de
... smart speech applications from germany


  parent reply	other threads:[~2002-08-29  7:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-28 11:42 Marko Schütz
2002-08-28 16:40 ` Henning Hraban Ramm
2002-08-28 18:33   ` Marko Schütz
2002-08-29  7:57 ` Uwe Koloska [this message]
2002-08-29 21:28   ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D6DD3D6.4010801@voiceinterconnect.de \
    --to=koloska@voiceinterconnect.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).