https://bugs.documentfoundation.org/show_bug.cgi?id=153387
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.6.7.2 release |Inherited From OOo CC| |[email protected] --- Comment #3 from Eike Rathke <[email protected]> --- For completeness, just adding what I gathered at Ask https://ask.libreoffice.org/t/calc-data-sorting-not-following-ascii-unicode-order/87503/12 Sorting order is defined by the Unicode Collation Algorithm (UCA) https://unicode.org/reports/tr10/ and LibreOffice uses the ICU https://icu.unicode.org/ implementation. Collation details may even depend on locale. See ICU Collation Demo https://icu4c-demos.unicode.org/icu-bin/collation.html . For zh-TW there is some specific tailoring for the different algorithms, see i18npool/source/collator/data/ https://opengrok.libreoffice.org/search?project=core&full=&defs=&refs=&path=i18npool%2Fsource%2Fcollator%2Fdata%2F&hist=&type=&xrd=&nn=1&si=path&si=path the zh_TW_*.txt files. -- You are receiving this mail because: You are the assignee for the bug.
