https://bugzilla.wikimedia.org/show_bug.cgi?id=10099


Denis Jacquerye <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #2 from Denis Jacquerye <[email protected]>  2009-11-29 22:53:02 UTC 
---
No this hasn't been fixed.

Try these three:
(ASCII) franc <U+0066 U+0072 U+0061 U+006E U+0063>
(NFC)   franç <U+0066 U+0072 U+0061 U+006E U+00E7>
(NFD)   franç <U+0066 U+0072 U+0061 U+006E U+0063 U+0327>

ASCII and NFC will give the expected result: français, français canadien,
français de Belgique, français de France, français de Suisse,
francoprovençal

NFD does not give any language in the list.

NFC and NFD should return the same result. For Unicode NFC and NFD represent
the same string.
What is recent is ASCII and NFC giving the same result.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to