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 pmpp
Recipients otst, pmpp, steven.daprano
Date 2018-11-19.15:16:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542640601.22.0.788709270274.issue35274@psf.upfronthosting.co.za>
In-reply-to
Content
hi i can reproduce with a ubuntu bionic or mint19 client toward a python3.4.3 reached via ssh server:

 - via mate-terminal or terminator  :

same behaviour as OP report


 - meanwhile using the same python3 directly via vnc + xterm gives :


pm / # python3
Python 3.4.3 (default, Nov 12 2018, 22:25:49) 
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print( chr(152) )
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
UnicodeEncodeError: 'ascii' codec can't encode character '\x98' in position 0: ordinal not in range(128)
>>>
History
Date User Action Args
2018-11-19 15:16:41pmppsetrecipients: + pmpp, steven.daprano, otst
2018-11-19 15:16:41pmppsetmessageid: <1542640601.22.0.788709270274.issue35274@psf.upfronthosting.co.za>
2018-11-19 15:16:41pmpplinkissue35274 messages
2018-11-19 15:16:41pmppcreate