X-Received: by 10.31.165.1 with SMTP id o1mr35552082vke.12.1456302544976; Wed, 24 Feb 2016 00:29:04 -0800 (PST) X-Received: by 10.50.43.194 with SMTP id y2mr283539igl.9.1456302544932; Wed, 24 Feb 2016 00:29:04 -0800 (PST) Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!w104no3044225qge.1!news-out.google.com!h70ni1339qge.0!nntp.google.com!w104no3044222qge.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Wed, 24 Feb 2016 00:29:04 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1205:c6aa:8190:4484:52c4:90d0:23b8; posting-account=ung4FAoAAAC46zhHJ0Nsnuox7M5gDvs_ NNTP-Posting-Host: 2a02:1205:c6aa:8190:4484:52c4:90d0:23b8 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Issue26420, interactive interpreter, emojis From: wxjmfauth@gmail.com Injection-Date: Wed, 24 Feb 2016 08:29:04 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2154 X-Received-Body-CRC: 2394992161 Xref: csiph.com comp.lang.python:103432 Cut and copy of a msg on my interactive interpreter: Python 3.2.5 (default, May 15 2013, 23:06:03) [MSC v.1500 32 bit (Intel)] o= n win32 >>> eta runs etazero.py... ...etazero has been executed >>> s =3D """P.S. ... =F0=A0=AE=B7 is explained as U+20BB7 in UCS-4. And the characters that= is ... explaind as U+1F444(=F0=9F=91=84) and U+1F468(=F0=9F=91=A8) are both wh= at are said ... emojis(explains the mouth and man)""" >>>=20 >>> print(s) P.S. =F0=A0=AE=B7 is explained as U+20BB7 in UCS-4. And the characters that is explaind as U+1F444(=F0=9F=91=84) and U+1F468(=F0=9F=91=A8) are both what a= re said emojis(explains the mouth and man) >>> # entering chars from the kbd (!) >>> "=F0=A0=AE=B7=F0=9F=91=84=F0=9F=91=A8" '=F0=A0=AE=B7=F0=9F=91=84=F0=9F=91=A8' >>> ascii("=F0=A0=AE=B7=F0=9F=91=84=F0=9F=91=A8") "'\\U00020bb7\\U0001f444\\U0001f468'" >>> I have to recognize, I'm a little bit sad. This kind of software will live for some time on a few platforms and then it will die. That's life... (With the hope everything is rendered correctly)