Y
Hacker News
new
|
ask
|
show
|
jobs
by
beagle3
5386 days ago
I thought Python3 sort-of did fix it, by forcing strings to be (abstractly) unicode and force you to explicit convert them to bytes with whichever codec you want (e.g. utf-8) when you need to.
What are you missing?