|
|
|
|
|
by svennek
3275 days ago
|
|
Really? I find it so much easier (I am also not an English language programmer), because it is very explicit about what is the codepoints (i.e. string) and what is the bytes (i.e. on the disk or the network). The encode/decode functions is basically the only change, but it gives you the reason to explicitly tell it about the encoding you expect.. But as you left python, the point is moot :) |
|