mirror of
https://github.com/nlohmann/json.git
synced 2026-09-25 17:30:32 +00:00
Quick and dirty implementation for basic multilingual plane in the unicode escape mechanism
This commit is contained in:
@@ -418,6 +418,10 @@ class json
|
||||
inline void error(const std::string&) __attribute__((noreturn));
|
||||
/// parse a quoted string
|
||||
inline std::string parseString();
|
||||
/// transforms a unicode codepoint to it's UTF-8 presentation
|
||||
inline std::string unicodeToUTF8(unsigned int codepoint);
|
||||
/// parses a unicode escape sequence
|
||||
inline std::string parseUnicodeEscape();
|
||||
/// parse a Boolean "true"
|
||||
inline void parseTrue();
|
||||
/// parse a Boolean "false"
|
||||
|
||||
Reference in New Issue
Block a user