Y
Hacker News
new
|
ask
|
show
|
jobs
by
petre
822 days ago
With the added bonus of funny characters which are a pain to encode in JSON, XML and URLs. I guess I'll keep using using URL safe Base64, thank you.
1 comments
bcaxis
822 days ago
Modifying the base alphabet is simple if there are a couple of problem characters.
I use 85 in json just fine without escaping overhead. Never tried for URLs or XML.
link
I use 85 in json just fine without escaping overhead. Never tried for URLs or XML.