Commit Graph

19 Commits (47a210788a8f14b93acc8dc97ee166e7c7e12a99)

Author SHA1 Message Date
Claudio Luck 6a6ad892a4 Fix "make" dependencies for json_spirit/*_template.h (JSON-79) 5 years ago
Lars Rohwedder 1305af8679 make json_spirit::Error_position a std::runtime_error as it shall be 5 years ago
Roker 445e47a193 JSON-94: add more checks to me more robust. Add unittest for illegal \u sequences 5 years ago
Roker 8d0c2a50b5 JSON-94: re-implement combining of UTF-16 surrogate pairs. the 1st implementation was nuts. :-9 5 years ago
Roker 7c4643e143 JSON-94: fix a bug in encode_utf() for Non-BMP characters. *sigh* 5 years ago
Roker a369e22504 JSON-94: implement recombining of \u-escaped UTF-16 surrogate pair 5 years ago
Lars Rohwedder 2e1007cfc7 found a minor issue encoding \177 a.k.a. \u007F, that was encoded in lowercase 5 years ago
Lars Rohwedder 57dac27de6 use parseUtf8() in json_spirit_writer. this fixes the bug! :-) 5 years ago
Lars Rohwedder 98d1eb6bb3 getUni() -> parseUtf8() and make it publicly available. 5 years ago
Lars Rohwedder a934f1bb02 for \uXXXX with values >0x7F: implement UTF-8 encoding into std::string 5 years ago
Lars Rohwedder edc3ef808e change return type of \uXXXX decoding function. Needed for JSON-80 5 years ago
Lars Rohwedder 1e6c367cf4 handle non-BMP characters in JSON output properly, when \u encoding is desired. 5 years ago
Roker 49b6f05a2c make the JSON parser thread-safe! needs -lboost_thread now. :-o 7 years ago
Roker 57806f6160 #JSON-14 ealways escape _all_ ASCII control characters (inc. NUL) in JSON strings 7 years ago
Roker 0885bdd164 registerSession shall use security_token, too. fix some warnings clang++ shows but gcc does not. 7 years ago
Lars Rohwedder c7d1a9975b don't use paths where not required 7 years ago
Lars Rohwedder ca54f8f3a1 fix template problem 7 years ago
Lars Rohwedder 9600d75b49 print the value that cannot be converted into the exception message 7 years ago
Lars Rohwedder 94c2a7132e Initial check-in / Erstlingseinfügung / inserire iniziale intenzionale / Первый чек-ин 7 years ago