https://bugs.documentfoundation.org/show_bug.cgi?id=141711
Neil Roberts <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |--- Status|RESOLVED |NEW --- Comment #15 from Neil Roberts <[email protected]> --- I think this is a different problem from bug 65018. In this file: i18npool/source/localedata/data/tr_TR.xml The index sort order is specified as this: <IndexKey phonetic="false" default="true" unoid="alphanumeric">A-Z Ç Ğ î Ö Ş Ü</IndexKey> That explicitly puts all the special Turkish letters at the end of the sort order. If I change it to this then it works: <IndexKey phonetic="false" default="true" unoid="alphanumeric">A-C Ç D-G Ğ H-I î J-O Ö P-S Ş T-U Ü V-Z</IndexKey> Maybe somebody who knows Turkish could confirm whether that is the right solution and make a patch. -- You are receiving this mail because: You are the assignee for the bug.
