Report from the Python Language Summit
Report from the Python Language Summit
Posted Apr 21, 2015 23:06 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)In reply to: Report from the Python Language Summit by nix
Parent article: Report from the Python Language Summit
A couple of times I had to resort to hacks like putting raw bytes into the LSB of UCS-4 codepoints.
I still think that treating strings as sequences of UTF-8 characters and/or bytes is the best possible way. Enforced UCS-4 rarely helps.
