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
HtmlEntity.Entitize() returns incorrect entity codes for surrogate pairs.
For example, 😂 should be converted as 😂 or 😂, but HtmlEntity.Entitize("😂", true, true) returns ��
Further technical details
HAP version: 1.11.9
NET version (net472, netcore, etc.): .NET Core 2.2
The text was updated successfully, but these errors were encountered:
Description
HtmlEntity.Entitize() returns incorrect entity codes for surrogate pairs.
For example, 😂 should be converted as
😂
or😂
, butHtmlEntity.Entitize("😂", true, true)
returns��
Further technical details
The text was updated successfully, but these errors were encountered: