Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
duskwuff
9y ago
0 comments
Save
Share
More specifically: only if you will be storing/transmitting data in UTF-16. If you're using UTF-8, base85 is
much
better.
0 comments
2 comments · 1 top-level
top
newest
oldest
sratner
9y ago
· 1 in thread
Javascript strings are UTF-16 (or maybe it was UCS-2?)
duskwuff
OP
9y ago
Javascript strings
behave
like UCS-2, but they can be stored in memory however the interpreter likes, and they're typically written to disk or the network as UTF-8.
j
/
k
navigate · click thread line to collapse