Y
Hacker News
new
|
ask
|
show
|
jobs
by
btym
3207 days ago
"How Python does Unicode: Poorly."
2 comments
scrollaway
3207 days ago
Python 2 maybe. Python 3 does Unicode wonderfully well; I miss it whenever I'm working with other languages.
link
Avernar
3206 days ago
All Python 3 did was put a hard barrier between bytes and strings. That's it.
Mising is all the grapheme handling that languages that do Unicode strings right have.
link
ubernostrum
3207 days ago
I'd be curious to hear why you think that.
link