URI-escape the '@' character.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 27 Jul 2007 01:01:01 +0000 (18:01 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Fri, 27 Jul 2007 01:03:53 +0000 (18:03 -0700)
commit90073d1fa61f5ac3f033dc6aab351b9add40dcaf
treeec560ed18a2565ee8e8b807df28aa5b8ffbc2014
parent1f5847c5aec12e3a83fcace0afe7ff36d8d19e0a
URI-escape the '@' character.

Ensure that the '@' character is escaped in strings.  This isn't necessary
now, but in the future this might be useful so that indirect references are
never ambiguous.  (If a "@" appears, it's an indirect reference; if a
literal "@" is needed, it is escaped.)
util.cc