A Python iterator to list all UTF8 characters
Last week, I made up a basic TCP server in Python, to receive log lines. To split log lines, I used the ascii line feed ascii character : \n aka 0xa in hexadecimal. But then I wondered : could this byte appear elsewhere in the UTF8-encoded strings of text I was sending …
Read More