Message404214
| Author | taleinat |
|---|---|
| Recipients | Caolán.McNamara, ezio.melotti, jwilk, lemburg, loewis, serhiy.storchaka, taleinat, vstinner |
| Date | 2021-10-18.19:46:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1634586405.12.0.526798120578.issue19459@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
With recent versions of Python (e.g. 3.9) this no longer causes a crash. Python apparently falls back to UTF-8, at least on my system: $ LANG=ka_GE.georgianps python3.9 Python 3.9.7 (default, Sep 9 2021, 23:20:13) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import locale; print(locale.getpreferredencoding()) UTF-8 I'm marking this as fixed. If someone still has issues with this encoding, please open a new issue with up-to-date information. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-10-18 19:46:46 | taleinat | set | recipients: + taleinat, lemburg, loewis, vstinner, jwilk, ezio.melotti, serhiy.storchaka, Caolán.McNamara |
| 2021-10-18 19:46:45 | taleinat | set | messageid: <1634586405.12.0.526798120578.issue19459@roundup.psfhosted.org> |
| 2021-10-18 19:46:45 | taleinat | link | issue19459 messages |
| 2021-10-18 19:46:45 | taleinat | create | |