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
There should be an option to serialize non-ASCII characters in strings as-is, except for control characters, unassigned characters, and similar, which should be encoded as \uXXXX escape sequences.
Possible set of characters to escape: all those with general category Cc, Cs, Co, or Cn? (i.e., all C other than Cf)