Used by SanitizeString()

Synopsis

Declared in <util/strencodings.h>

enum SafeChars;

Members

Name

Description

SAFE_CHARS_DEFAULT

The full set of allowed chars

SAFE_CHARS_UA_COMMENT

BIP‐0014 subset

SAFE_CHARS_FILENAME

Chars allowed in filenames

SAFE_CHARS_URI

Chars allowed in URIs (RFC 3986)

Created with MrDocs