Diving In
We'll cover the following...
In Python 3, all strings are sequences of Unicode characters. There is no such thing as a Python string encoded in UTF-8
, or a Python string encoded as CP-1252. “Is this string UTF-8
?” is an invalid question. UTF-8
is a way of encoding ...