ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* hyphenation problem with apostrophe
@ 2005-04-26 14:47 Peter Münster
  2005-04-26 22:30 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Münster @ 2005-04-26 14:47 UTC (permalink / raw)


Hello,
there is no hyphenation with "l'éducation".

Example:

\enableregime[il1]
\usetypescript[modern][\defaultencoding]
\setupbodyfont[modern]
\mainlanguage[fr]
\starttext
\dorecurse{66}x éducation

\dorecurse{65}x l'éducation
\stoptext

ConTeXt version is 2005.01.31

Could someone help please?

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

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

* Re: hyphenation problem with apostrophe
  2005-04-26 14:47 hyphenation problem with apostrophe Peter Münster
@ 2005-04-26 22:30 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2005-04-26 22:30 UTC (permalink / raw)


Peter Münster wrote:
> Hello,
> there is no hyphenation with "l'éducation".
> 
> Example:
> 
> \enableregime[il1]
> \usetypescript[modern][\defaultencoding]
> \setupbodyfont[modern]
> \mainlanguage[fr]
> \starttext
> \dorecurse{66}x éducation
> 
> \dorecurse{65}x l'éducation
> \stoptext
> 
> ConTeXt version is 2005.01.31
> 
> Could someone help please?

The solution is:

\startlanguagespecifics[nl,cz,sk,fr]
   \lccode`\'=`\'
\stoplanguagespecifics

\mainlanguage[fr]

\starttext

\hyphenatedword{\eacute ducation}

\hyphenatedword{l'\eacute ducation}

\stoptext


however, there was a good reason for not making this a default, maybe taco 
remembers why

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.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

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

end of thread, other threads:[~2005-04-26 22:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-26 14:47 hyphenation problem with apostrophe Peter Münster
2005-04-26 22:30 ` 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).