On jeu., 2011-01-27 at 10:51 +1300, Stuart Rackham wrote: > > On 27/01/11 09:31, zany wrote: > > Quote character attributes look like the perfect solution to this. > > Clean and easy customizable. > > I just tried this (using an asciidoc.conf file) and it works as > > expected. > > I've committed a patch to the trunk (with en and de quotes): > http://code.google.com/p/asciidoc/source/detail?r=895be0df73b9a1d3b85bf463e319eef158ce7ca9 > > Other language speakers please submit relevant patches for the > lang-*.conf files. > Here's the lang-fr.conf one.
Regards, -- Yves-Alexis -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
diff -r f1d6c6f658c0 lang-fr.conf --- a/lang-fr.conf Thu Feb 03 12:29:23 2011 +1300 +++ b/lang-fr.conf Fri Feb 04 17:16:46 2011 +0100 @@ -4,6 +4,10 @@ # [attributes] +# Left and right single and double quote characters. +ldquo=« +rdquo=» + # Captions, used by (X)HTML backends. # Captions on RHS are displayed in outputs. ifdef::basebackend-html[]
