bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] French hyphenation does not work


From: Seb
Subject: Re: [patch] French hyphenation does not work
Date: Wed, 29 Jul 2009 20:01:50 +0200

Le Wed, 29 Jul 2009 15:10:44 +0200 (CEST)
Werner LEMBERG <address@hidden> a écrit:

Hi,

> 
> > Using groff 1.20.1, it seems that play with "-mfr" or try to load
> > the hyphen.fr file in a doc currently just draws groff to not make
> > any hyphen at all.
> > 
> > Visibly, the problem comes from a trailing "\endinput" TeX command
> > in hyphen.fr, which prevents file from being loaded correctly.
> 
> Please provide a failing sample.  groff's parsing code for TeX pattern
> files should be able to handle the final \endinput.
> 
> 
>     Werner

I rebuilt groff using the official Slackware build (url bellow) and remade the
test (sample attached).

http://ftp.belnet.be/packages/slackware/slackware-current/source/ap/groff/

Here is the result with the ending \endinput Tex command:

groff -Tlatin1 -mfr failing.sample | sed '/^$/d'
Bash   incorpore  également  des  fonctionnalités  provenant  des
interpréteurs Korn et C-shell (sh et csh).

Here is the result I get without:

groff -Tlatin1 -mfr failing.sample | sed '/^$/d'
Bash incorpore également des fonctionnalités provenant des inter-
préteurs Korn et C-shell (sh et csh).


++
Seb.

Attachment: failing.sample
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]