I noticed that various systems use various characters as the replacent for illegal ones in urls.
Is there a reason to use one or the other or should I just pick the one that looks best to me
The options I have seen so far include: – _ + and simply removing all illegal characters.
Just use – for space and get rid of the illegal chars (like this site is).
Also it’s all lower-case.