ToStandardPath takes a / separated path in this encoding and converts it to a / separated path in Standard encoding.
(string)
| 16 | // ToStandardPath takes a / separated path in this encoding |
| 17 | // and converts it to a / separated path in Standard encoding. |
| 18 | ToStandardPath(string) string |
| 19 | // ToStandardName takes name in this encoding and converts |
| 20 | // it in Standard encoding. |
| 21 | ToStandardName(string, string) string |
no outgoing calls
no test coverage detected