Timeline for answer to Process escape sequences in a string in Python by zozo
Current License: CC BY-SA 4.0
Post Revisions
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 1, 2025 at 17:39 | comment | added | Dominik Kaszewski |
This is the only answer that worked on real UTF-8 strings with multibyte chars, I needed to decode r'\316\262' to 'β' while everything else corrupted it to ''β''
|
|
| Nov 14, 2024 at 3:45 | history | answered | zozo | CC BY-SA 4.0 |