RE Module Performance

Antoon Pardon antoon.pardon at rece.vub.ac.be
Fri Jul 26 16:38:59 EDT 2013


Op 26-07-13 15:21, wxjmfauth at gmail.com schreef:
>
> Hint: To understand Unicode (and every coding scheme), you should
> understand "utf". The how and the *why*.

No you don't. You are mixing the information with how the information
is coded. utf is like base64, a way of coding the information that is
usefull for storage or transfer. But once you have decode the byte 
stream, you no longer need any understanding of base64 to process your
information. Likewise, once you have decode the bytestream into uniocde
information you don't need knowledge of utf to process unicode strings.

-- 
Antoon Pardon






More information about the Python-list mailing list