Unicode Characters
Unicode Characters
In some cases unicode character sequences in the JSON inputs are not lexically retained in the delta output but are converted into equivalent characters, for example:
Input A | Input B |
---|---|
"Here are some apostrophes ( ' and ' and \u0027 )" | "Here are some apostrophes ( ' and ' and \u0027 )" |
dx_deltaJSON_delta |
---|
"Here are some apostrophes ( ' and ' and ' )" |