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 I use TextToHtml.Convert(string text) to convert some text containing emojis, the output is not correct
If the original text e.g. contains following string =F0=9F=98=B1 I expect to get 😱 that is renderad as 😱 in the web browser. But the output is ��
The text was updated successfully, but these errors were encountered:
If I use
TextToHtml.Convert(string text)
to convert some text containing emojis, the output is not correctIf the original text e.g. contains following string
=F0=9F=98=B1
I expect to get😱
that is renderad as 😱 in the web browser. But the output is��
The text was updated successfully, but these errors were encountered: