This is more of an open question than something I think we should immediately do:
I've just run this across a breach I'm loading now that has about 2.2M addresses found. Over 1k of them at the end of the file begin with one of the following characters:
- \
- /
- `
- '
- {
- }
- |
- !
- ~
My get feel is that these chars should be stripped and are no valid use cases where they should legitimately exist at the beginning of the address (or probably anywhere in the address). Just by way of example:

I'm more inclined to strip these than include them, what do we all think?