Message194603
u'\U000104a2' == u'\ud801\udca2' on narrow build.
u'\ud801'.encode('utf-8', 'surrogatepass') == b'\xed\xa0\x81'
u'\udca2'.encode('utf-8', 'surrogatepass') == b'\xed\xb2\xa2'
Hope it will help. |
|
| Date |
User |
Action |
Args |
| 2013-08-07 10:01:05 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, ned.deily, ezio.melotti, roger.serwy, asvetlov, python-dev, JBernardo, Rosuav, Ramchandra Apte, William.Schwartz |
| 2013-08-07 10:01:05 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2013-08-07 10:01:05 | serhiy.storchaka | link | issue13153 messages |
| 2013-08-07 10:01:05 | serhiy.storchaka | create | |
|