Message196063
The use case is to take data from a surrogate escaped interface and either
filter it out entirely or convert it to a valid Unicode string at the point
of *input*, before letting it make its way into the rest of the
application. For example, this approach permits the Python equivalent of
the Linux console behaviour when it attempts to display the improperly
encoded file name.
This approach is likely to be easier to implement in cross-platform code
than dropping down to the bytes interfaces on POSIX systems and using the
Unicode APIs on Windows. |
|
Date |
User |
Action |
Args |
2013-08-24 00:27:00 | ncoghlan | set | recipients:
+ ncoghlan, pitrou, vstinner, ezio.melotti, Arfrever, r.david.murray, serhiy.storchaka |
2013-08-24 00:27:00 | ncoghlan | link | issue18814 messages |
2013-08-24 00:26:59 | ncoghlan | create | |
|