KalleOlaviNiemitalo commented on code in PR #2831:
URL: https://github.com/apache/avro/pull/2831#discussion_r1547595949


##########
lang/c++/impl/json/JsonIO.cc:
##########
@@ -344,29 +370,49 @@ string JsonParser::decodeString(const string &s, bool 
binary) {
                 case 'u':
                 case 'U': {

Review Comment:
   My concern was that those people might attempt to use `\U` with eight 
hexadecimal digits (`\U0010FFFF`) like in universal character names in C.  But 
I suppose they wouldn't expect that to work in JSON, because JavaScript 
supports `\u{10FFFF}` instead of that syntax.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to