Set ARDUINOJSON_DECODE_UNICODE to 1 by default

This commit is contained in:
Benoit Blanchon
2020-07-30 09:49:09 +02:00
parent 4d7f03836c
commit 298864bafe
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ HEAD
* Added comparisons (`>`, `>=`, `==`, `!=`, `<`, and `<=`) between `JsonVariant`s
* Added string deduplication (issue #1303)
* Set `ARDUINOJSON_DECODE_UNICODE` to `1` by default
* Fixed `copyArray()` not working with `String`, `ElementProxy`, and `MemberProxy`
* Fixed error `getOrAddElement is not a member of ElementProxy` (issue #1311)
* Fixed excessive stack usage when compiled with `-Og` (issues #1210 and #1314)

View File

@ -164,7 +164,7 @@
// Convert unicode escape sequence (\u0123) to UTF-8
#ifndef ARDUINOJSON_DECODE_UNICODE
#define ARDUINOJSON_DECODE_UNICODE 0
#define ARDUINOJSON_DECODE_UNICODE 1
#endif
// Ignore comments in input