# Functions
FromStandardName takes name in Standard encoding and converts it in the given encoding.
FromStandardPath takes a / separated path in Standard encoding and converts it to a / separated path in the given encoding.
Identity returns a Encoder that always returns the input value.
ToStandardName takes name in the given encoding and converts it in Standard encoding.
ToStandardPath takes a / separated path in the given encoding and converts it to a / separated path in Standard encoding.
# Constants
\.
CTRL(0x01-0x1F).
DEL(0x7F).
#%.
Invalid UTF-8 bytes.
Leading SPACE.
Leading ~.
Trailing .
Trailing SPACE.
/.
EncodeStandard contains the flags used for the Standard Encoder.
:?"*<>|.
NUL(0x00).
SINGLE HIGH-REVERSED-9 QUOTATION MARK.
Standard defines the encoding that is used for paths in- and output by rclone.
# Interfaces
Encoder can transform names to and from the original and translated version.
# Type aliases
MultiEncoder is a configurable Encoder.