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
@chrisjsewell can you think of any other places in the codebase where this Javascript string (string of UTF-16 code units) versus Python3 string (string of Unicode codepoints) difference could cause issues.
I just realized we unintentionally fixed one instance of this in #70 😄 The old entity data seemed to contain UTF-16 code units.
@chrisjsewell can you think of any other places in the codebase where this Javascript string (string of UTF-16 code units) versus Python3 string (string of Unicode codepoints) difference could cause issues.
I just realized we unintentionally fixed one instance of this in #70 😄 The old entity data seemed to contain UTF-16 code units.
Originally posted by @hukkinj1 in #81 (comment)
The text was updated successfully, but these errors were encountered: