[issue19459] Python does not support the GEORGIAN-PS charset

Tal Einat report at bugs.python.org
Mon Oct 18 15:46:45 EDT 2021


Tal Einat <taleinat+python at gmail.com> added the comment:

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.

----------
nosy: +taleinat
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue19459>
_______________________________________


More information about the Python-bugs-list mailing list