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
I have encounter an error today were the woman_biking was not well converted. Inside my database I can see both emoji as woman_biking, but when I render them using toShort() only π΄ββοΈ was mapped.
π΄ββοΈ is represented as: F0 9F 9A B4 E2 80 8D E2 99 80 EF B8 8F
and
π΄β β(the space between is voluntary to avoid emoji conversion from github) is represented as: F0 9F 9A B4 E2 80 8D E2 99 80
database view:
woman_biking is not the only case, I have encounter the same with man_biking and other emoji combo.
I have encounter an error today were the
woman_biking
was not well converted. Inside my database I can see both emoji aswoman_biking
, but when I render them usingtoShort()
only π΄ββοΈ was mapped.π΄ββοΈ is represented as:
F0 9F 9A B4 E2 80 8D E2 99 80 EF B8 8F
and
π΄β β(the space between is voluntary to avoid emoji conversion from github) is represented as:
F0 9F 9A B4 E2 80 8D E2 99 80
database view:
woman_biking
is not the only case, I have encounter the same withman_biking
and other emoji combo.is this due to some Ruleset missing ?
This issue might be related to #24
If you want, I'm available to make a PR. In the case Ruleset are missing I need to know all variants π¬
The text was updated successfully, but these errors were encountered: