DeckerSU
2020-01-26 07:34:49 +03:00
committed by Duke Leto
parent b879f536e9
commit 3199c01328
3 changed files with 12 additions and 5 deletions

View File

@@ -26,7 +26,8 @@
enum SafeChars
{
SAFE_CHARS_DEFAULT, //!< The full set of allowed chars
SAFE_CHARS_UA_COMMENT //!< BIP-0014 subset
SAFE_CHARS_UA_COMMENT, //!< BIP-0014 subset
SAFE_CHARS_URI //!< Chars allowed in URIs (RFC 3986)
};
std::string SanitizeFilename(const std::string& str);