Hacker News new | ask | show | jobs
by leo_bloom 1775 days ago
> They don't have the awkward dash ('-') to mess with url encoding

Can you explain what you mean by that? I have experienced issues with " " as "+" vs. "%20", but dashes... ?

1 comments

Not in URLs per se, but in HTML URL Encoded Multipart Forms, i.e. enctype="multipart/form-data"

ETA: also, when you put a UUID as text into a lot of search engines, it treats the dashes as token delimiters.