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 serhiy.storchaka
Recipients Caolán.McNamara, ezio.melotti, jwilk, lemburg, loewis, serhiy.storchaka, taleinat, vstinner
Date 2021-10-19.08:44:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634633089.27.0.996674044666.issue19459@roundup.psfhosted.org>
In-reply-to
Content
Possible solutions (they can be combined):

1. Add support for the GEORGIAN-PS charset and all other encodings used in libc (issue22679). The problem is that it is difficult to get the official information about these encodings.

2. Falls back to utf-8 or ascii+surrogateescape in case of unsupported locale encoding. But typos can slip unnoticed.
History
Date User Action Args
2021-10-19 08:44:49serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, vstinner, taleinat, jwilk, ezio.melotti, Caolán.McNamara
2021-10-19 08:44:49serhiy.storchakasetmessageid: <1634633089.27.0.996674044666.issue19459@roundup.psfhosted.org>
2021-10-19 08:44:49serhiy.storchakalinkissue19459 messages
2021-10-19 08:44:49serhiy.storchakacreate