This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ahmad Azizi
Recipients Ahmad Azizi, Arfrever, belopolsky, daniel.urban, eric.araujo, ezio.melotti, gvanrossum, mcepl, mrabarnett, rhettinger, tchrist, wumpus
Date 2020-03-31.22:50:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585695018.56.0.025246411262.issue12735@roundup.psfhosted.org>
In-reply-to
Content
Remember, sorting standard Persian(Farsi) characters does not work properly with current implementation of Python 3.x
As the result, python is probably unable to sort properly in some other languages.

Here is correct order of alphabet in Persian:

 "آ",    "ا",    "ب",    "پ",    "ت",    "ث",    "ج",    "چ",    "ح",    "خ",    "د",    "ذ",    "ص",    "ض",    "ط",    "ظ",    "ع",    "غ",    "ف",    "ق",    "ک",    "گ",    "ك",    "ل",    "م",    "ن",    "و",    "ه",    "ی",    "ي",

After sorting using sorted():

آ, ا, ب, ت, ث, ج, ح, خ, د, ذ, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, پ, چ, ک, گ, ی,
History
Date User Action Args
2020-03-31 22:50:18Ahmad Azizisetrecipients: + Ahmad Azizi, gvanrossum, rhettinger, belopolsky, mcepl, ezio.melotti, eric.araujo, mrabarnett, Arfrever, daniel.urban, tchrist, wumpus
2020-03-31 22:50:18Ahmad Azizisetmessageid: <1585695018.56.0.025246411262.issue12735@roundup.psfhosted.org>
2020-03-31 22:50:18Ahmad Azizilinkissue12735 messages
2020-03-31 22:50:18Ahmad Azizicreate