[Libreoffice-bugs] [Bug 127961] Auto-correction append/prepend NNBS (U+202F) to « » for correct typography of French language double quotation use

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Oct 4 18:46:38 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=127961

--- Comment #7 from V Stuart Foote <vstuart.foote at utsa.edu> ---
> See editeng/source/misc/svxacorr.cxx SvxAutoCorrect::InsertQuote()

Oh, there it is... thanks Eike!

https://opengrok.libreoffice.org/xref/core/editeng/source/misc/svxacorr.cxx?r=1820fcbb#1206

the space is just being done for:

LANGUAGE_FRENCH,
LANGUAGE_FRENCH_BELGIAN,
LANGUAGE_FRENCH_CANADIAN,
LANGUAGE_FRENCH_SWISS,
LANGUAGE_FRENCH_LUXEMBOURG

Which confirms the insertion is not performed for the comment 0 listing:

LANGUAGE_USER_FRENCH_BURKINA_FASO,
LANGUAGE_USER_FRENCH_BENIN,
LANGUAGE_FRENCH_COTE_D_IVOIRE,
LANGUAGE_FRENCH_MALI,
LANGUAGE_USER_FRENCH_NIGER,
LANGUAGE_FRENCH_SENEGAL,
LANGUAGE_USER_FRENCH_TOGO

nor is it done for our other defined French locales
i18nlangtag/source/isolang/isolang.cxx

LANGUAGE_FRENCH_MONACO,
LANGUAGE_FRENCH_CAMEROON,
LANGUAGE_FRENCH_ZAIRE,
LANGUAGE_USER_FRENCH_MAURITIUS,
LANGUAGE_FRENCH_MOROCCO,
LANGUAGE_FRENCH_REUNION,
LANGUAGE_FRENCH_HAITI,

as well as the regional
LANGUAGE_FRENCH_NORTH_AFRICA
LANGUAGE_FRENCH_WEST_INDIES

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191004/e783a484/attachment.html>


More information about the Libreoffice-bugs mailing list