zohaibnadeem13@gmail.com (Zohaib Nadeem)
- Login: zohaibnadeem13@gmail.com
- Email: zohaibnadeem13@gmail.com
- Registered on: 01/04/2024
- Last sign in: 01/04/2024
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:
["ا", "ب", '...