[issue35228] Index search in CHM help crashes viewer

Steve Dower report at bugs.python.org
Mon Jun 1 17:16:41 EDT 2020


Steve Dower <steve.dower at python.org> added the comment:

Can anyone confirm that you've got an active code page of something other than 1252 ("standard" US English)? I'm not able to reproduce this easily, and I wonder if it's because of that setting.

Easiest way to check is in Python:
>>> import locale
>>> locale.getpreferredencoding()
'cp1252'

----------
versions: +Python 3.10, Python 3.8, Python 3.9

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


More information about the Python-bugs-list mailing list