https://bugs.documentfoundation.org/show_bug.cgi?id=141711
--- Comment #16 from Xisco Faulí <[email protected]> --- (In reply to Neil Roberts from comment #15) > 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. @Muhammet Kara, can you help here ? -- You are receiving this mail because: You are the assignee for the bug.
