Unit tests have discovered that RDFModelUtilities.Unicode_To_ASCII method improperly encodes surrogates as pairs of "\uXXXX" characters instead of a unique "\UXXXXXXXX". For example:
"This is a smiling face: 😃" => the unicode smile should be encoded as \U0001F603
Unit tests have discovered that RDFModelUtilities.Unicode_To_ASCII method improperly encodes surrogates as pairs of "\uXXXX" characters instead of a unique "\UXXXXXXXX". For example:
"This is a smiling face: 😃" => the unicode smile should be encoded as \U0001F603