Jeff King <p...@peff.net> writes: > Another option _is_ to actually make it reversible. I.e., use "%2e" > instead of ".", which would also necessitate replacing "%". I don't know > if that has a huge value for this use-case, but it's a nice property > that two sanitized names can't collide (unless they originally > identical).
Yeah. That is a good property to have.