[#SafeChars] = SafeChars :mrdocs: Used by SanitizeString() == Synopsis Declared in `<util/strencodings.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum SafeChars; ---- == Members [cols="1,4"] |=== | 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) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#