[Libreoffice] [REVIEW] fix of fdo#34479

Andras Timar timar74 at gmail.com
Wed Jun 29 03:42:34 PDT 2011


Hi,

In Windows installer in the the Additional language pack section and
in the Optional Components – Dictionaries section the entries are not
in alphabetical order. The order of the entries is defined in scp2
module by the Sortkey, but one sort order will not fit for all
languages. So I rather wrote a few lines of code which sort these
entries in the Feature table of the MSI. It is still not perfect,
because sorting is done by ASCII order. Using locale specific
collation order would be too complicated. Plain ASCII order is also
good in most of the cases, and it is definitely better than it was
before.
http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=5506e56823f11e38053e50c29342cf8469b6a641

Can you please cherry-pick this to 3-4.

Thanks,
Andras


More information about the LibreOffice mailing list