Skip to main content
Skip table of contents

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

"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 ' )"

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.