Y
Hacker News
new
|
ask
|
show
|
jobs
by
account42
1607 days ago
URL Encoding works on bytes and does not concern itself with the character encoding of those bytes (except assuming that it is an ASCII superset) so this is only a limitation of the JS implementation.
1 comments
codezero
1607 days ago
JS isn’t the only language that does this.
link