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

"Here are some apostrophes ( ' and ' and \u0027 )"

Input B

"Here are some apostrophes ( ' and ' and \u0027 )"

dx_deltaJSON_delta

"Here are some apostrophes ( ' and ' and ' )"