This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: space and quotes in French


Norman Walsh a écrit :
> 
> Looking in dbl1fr.dsl, I see what I think is a bug:
> 
> (define %gentext-fr-end-quote%  (string-append (dingbat "raquo") "\U-00A0;"))
> 
> Shouldn't that space be before the end-quote? I've fixed it locally.

Indeed:
(define %gentext-fr-end-quote%  (string-append "\U-00A0;" (dingbat
"raquo")))

Fixes the problem.

Thanks.

Camille.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]