Lucas_Werkmeister_WMDE added a comment.

  Indeed, Ꜵ/🇦🇴 seems to be the same issue:
  
    SELECT ("🇦🇴" AS ?angola) ("Ꜵ" AS ?ao) {}
  
  | angola | ao |
  | ------ | -- |
  | 🇦🇴     | 🇦🇴 |
  |
  
  
  
    SELECT ("Ꜵ" AS ?ao) ("🇦🇴" AS ?angola) {}
  
  
  
  | ao | angola |
  | -- | ------ |
  | Ꜵ  | Ꜵ      |
  |
  
  Similarly, User:Unjoanqualsevol reported an issue with “l·” (two characters) 
and “ŀ” (one character – depending on font, the difference may not be very 
visible, but try dragging a selection and placing the end between the L and the 
dot) being mixed up (discussion permalink 
<https://www.wikidata.org/w/index.php?title=Wikidata:Contact_the_development_team&oldid=1301664121#Issue_with_U+00B7_char_and_queries>),
 which shows the same symptom –
  
    SELECT ("Abeŀlio"@ca AS ?lWithMiddleDot) ("Abel·lio"@ca AS ?middleDot) {}
  
  
  
  | lWithMiddleDot | middleDot |
  | -------------- | --------- |
  | Abeŀlio        | Abeŀlio   |
  |
  
  
  
    SELECT ("Abel·lio"@ca AS ?middleDot) ("Abeŀlio"@ca AS ?lWithMiddleDot) {}
  
  
  
  | middleDot | lWithMiddleDot |
  | --------- | -------------- |
  | Abel·lio  | Abel·lio       |
  |
  
  – but only if I language-tag the strings as `@ca`: with plain strings on both 
sides, there is no mixup here. Very odd.
  
  I wonder if this issue has made a resurgence recently? Between Nikki and 
Unjoanqualsevol, we’ve now had two user reports within as many weeks, whereas 
otherwise I don’t remember hearing about this issue since it was reported over 
a year ago.

TASK DETAIL
  https://phabricator.wikimedia.org/T233204

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Nikki, CamelCaseNick, Smalyshev, Aklapper, Lucas_Werkmeister_WMDE, 
Igorkim78, Gehel, Lea_Lacroix_WMDE, CBogen, Akuckartz, Nandana, Namenlos314, 
Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to