Decode takes a name and undoes any substitutions made by Encode
(string)
| 83 | Encode(string) string |
| 84 | // Decode takes a name and undoes any substitutions made by Encode |
| 85 | Decode(string) string |
| 86 | |
| 87 | // FromStandardPath takes a / separated path in Standard encoding |
| 88 | // and converts it to a / separated path in this encoding. |
no outgoing calls