Function toml_parser::EscapedUnicodeCharacterToUTF8#

Function Documentation#

std::string toml_parser::EscapedUnicodeCharacterToUTF8(const std::string &rss)#

Implementation of hexadecimal number to UTF8 unicode character.

Parameters:

rss[in] Reference to the string providing the hexadecimal unicode number.

Returns:

The interpreted unicode character.