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
String that starts with an emoji, and is followed with enough characters, leads to additional whitespace being added.
Looking at the code, the issue seems to be around maxNumCharsPerEncodedWord. If that limit is hit and the token starts with an emoji, an additional whitespace is added.
Also, it doesn't seem to matter where the special "token" is in the string, it will yield the same result.
String that starts with an emoji, and is followed with enough characters, leads to additional whitespace being added.
Looking at the code, the issue seems to be around
maxNumCharsPerEncodedWord
. If that limit is hit and the token starts with an emoji, an additional whitespace is added.Also, it doesn't seem to matter where the special "token" is in the string, it will yield the same result.
Example one (working normally):
Example two (additional whitespace added):
Example three (additional whitespace added):
The text was updated successfully, but these errors were encountered: