You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the validation should be able to handle any UTF-8 encoded string, including foreign character sets, it is unfortunally partially overruled by the sanitization of json_spirit::, which is not locale-independent, and neither supports multibyte character sequences.
In practise this means this PR ensures that no invalid characters slip through (as outlined in 108), but it doesn't imply that Omni Core can display all kinds of characters, which are considered as properly encoded.
It would be nice to have unit tests for OmniJ itself and regtest integration tests for Omni Core.
The text was updated successfully, but these errors were encountered: