As much as possible, I construct my
static URLs using alphanumeric characters, and substituting spaces with dashes. I am at a point where it may be easier to use the following characters:
' (single quote)
: (colon)
Are these characters web safe?
Are there other web safe characters?