comments2.push_back(SanitizeString(std::string("Comment2; .,_?@; !\"#$%&'()*+-/<=>[]\\^`{|}~"),SAFE_CHARS_UA_COMMENT));// Semicolon is discouraged but not forbidden by BIP-0014
comments2.push_back(SanitizeString(std::string("Comment2; .,_?@-; !\"#$%&'()*+/<=>[]\\^`{|}~"),SAFE_CHARS_UA_COMMENT));// Semicolon is discouraged but not forbidden by BIP-0014