https://bugzilla.wikimedia.org/show_bug.cgi?id=46330
--- Comment #10 from Bawolff (Brian Wolff) <[email protected]> --- (In reply to comment #6) > That's kind of weird. "Ŧ" should be primary different from T (according to a > chart for icu 4.2 [1], maybe it changed in later versions) which means that > they should each have there own section with things starting with T being > labelled under T. > > In comparison, in swedish the issue was with expansions - note the dark grey > background of thorn in [2] > > [1] http://collation-charts.org/icu442/icu442-fi.html > > [2] http://collation-charts.org/icu442/icu442-fi.html I think I figured out what was happening. Ŧ is tailored to be secondary different from T̵ (aka T plus a U+335 COMBINING SHORT STROKE OVERLAY . The U+335 should be primary ignorable. So in essence this is secondary different from plain T). Since that is 2 letters its like an expansion, which our primary collision code doesn't handle properly. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
