Message353766
Not sure if this helps, but a bit of experimentation brought this up:
>>> '\N{PERSONAL COMPUTER}'.encode('utf-8')
b'\xf0\x9f\x92\xbb'
>>> 'ð»'.encode('utf-16le')
b'\xf0\x00\x9f\x00\x92\x00\xbb\x00'
>>> 'ð»'.encode('utf-16')
b'\xff\xfe\xf0\x00\x9f\x00\x92\x00\xbb\x00' |
|
| Date |
User |
Action |
Args |
| 2019-10-02 20:04:04 | taleinat | set | recipients:
+ taleinat, terry.reedy, ned.deily, ezio.melotti, serhiy.storchaka |
| 2019-10-02 20:04:04 | taleinat | set | messageid: <[email protected]> |
| 2019-10-02 20:04:04 | taleinat | link | issue13153 messages |
| 2019-10-02 20:04:04 | taleinat | create | |
|