json/include/nlohmann/detail/input
Rimas Misevičius 6815968a42 Fix error message about invalid surrogate pairs
I tested following strings with invalid surrogate pair and unpaired surrogate in files:

1. `"a\uD800\uD800x"`
2. `"a\uD800x"`

The error messge was: "... invalid string: surrogate U+DC00..U+DFFF must be followed by U+DC00..U+DFFF; ..."

I think it must be: "... invalid string: surrogate U+D800..U+DBFF must be followed by U+DC00..U+DFFF; ..."
2020-05-01 00:23:04 +03:00
..
binary_reader.hpp Add binary type support to all binary file formats, as well as an internally represented binary type 2020-04-14 10:22:45 -04:00
input_adapters.hpp Some typos 2020-02-02 17:29:37 +08:00
json_sax.hpp Add binary type support to all binary file formats, as well as an internally represented binary type 2020-04-14 10:22:45 -04:00
lexer.hpp Fix error message about invalid surrogate pairs 2020-05-01 00:23:04 +03:00
parser.hpp 📝 fix typo #1903 2020-01-15 17:40:03 +01:00
position_t.hpp 🚨 fixed warnings 2019-03-15 14:55:13 +01:00