Hacker News new | ask | show | jobs
by paulddraper 3383 days ago
Well, for one, I can't even write a portable unicode string literal.

> "\xAA".split ''

That works on a platform where my platform is UTF-32, but not one where it is UTF-8.