Encode takes a raw name and substitutes any reserved characters and patterns in it
(string)
| 81 | // Encode takes a raw name and substitutes any reserved characters and |
| 82 | // patterns in it |
| 83 | Encode(string) string |
| 84 | // Decode takes a name and undoes any substitutions made by Encode |
| 85 | Decode(string) string |
| 86 |
no outgoing calls