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
If you use a value that contains unicode characters like this one: Randolph Carter est obsédé par la redécouverte de la ville du coucher, la ville de ses rêves.
Expected Result
The truncation and indexes in the AnnotatedValue should be done by number of bytes and not number of characters.
Actual Result
The index range in the resulting AnnotatedValue is wrong, because it is the len() in characters and not the len in bytes.
To use the byte length one has to use something like this: