General

Profile

zohaibnadeem13@gmail.com (Zohaib Nadeem)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

01/04/2024

05:09 PM Ruby Bug #20148 (Rejected): Sorting not working as expected on Urdu words.
I was trying to sort an array of Urdu characters and found out an ambiguity in the result. Here is the script that I am using.
['ا', 'پ', 'ب', 'ت', 'ٹ'].sort
Actual Result:
["ا", "ب", "ت", "ٹ", "پ"]
Expected Result:
["ا", "ب", '...
zohaibnadeem13@gmail.com (Zohaib Nadeem)

Also available in: Atom