package
1.64.0-Personal
Repository: https://github.com/dceldran/rclone.git
Documentation: pkg.go.dev

# Packages

Package filename provides utilities for encoder.

# 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 an 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

Base only encodes the zero byte and slash.
Display is the internal encoding for logging and output.
*.
`.
\.
:.
CR(0x0D), LF(0x0A).
CTRL(0x01-0x1F).
DEL(0x7F).
$.
.
".
#.
#%.
Invalid UTF-8 bytes.
Leading CR LF HT VT.
Leading .
Leading SPACE.
Leading ~.
<>.
%.
|.
?.
Trailing CR LF HT VT.
Trailing .
Trailing SPACE.
;.
'.
/.
[].
:?"*<>|.
NUL(0x00).
OS is the encoding used by the local backend for non windows platforms.
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.