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
For some reason when i try to encode the latin cross emoji the output includes a utf8 character which causes some DB issues since it is not a valid string.
Looking up \xEF\xB8\x8F at the utf8 chartable it looks like this is an empty space character.
I am not asking how to fix the DB issue, i am asking however if you know why is it that the latin cross emoji contains that nasty utf8 character, and isn't there a better way to handle the encoding?
For some reason when i try to encode the latin cross emoji the output includes a utf8 character which causes some DB issues since it is not a valid string.
Looking up \xEF\xB8\x8F at the utf8 chartable it looks like this is an empty space character.
I am not asking how to fix the DB issue, i am asking however if you know why is it that the latin cross emoji contains that nasty utf8 character, and isn't there a better way to handle the encoding?
Normal emoji:
Latin Cross Emoji
Encoding
The text was updated successfully, but these errors were encountered: