medo64/Code-Point

Skin Tone Selector Support

Closed this issue ยท 1 comments

Codepoints of an emoji including a Skin Tone Selector are not displayed correctly in v1.8.0.

Examples

Emoji not including a Skin Tone Selector (works correctly)

  • Input: ๐Ÿ™‹โ€โ™‚๏ธ
  • Output:

image

Emoji including a Skin Tone Selector

  • Input: ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ
  • Output:

image

  • Expected result:
U+1F64B	HAPPY PERSON RAISING ONE HAND
U+1F3FB	EMOJI MODIFIER FITZPATRICK TYPE-1-2
U+200D	ZERO WIDTH JOINER
U+2642	MALE SIGN
U+FE0F	VARIATION SELECTOR-16

Thanks! Should be fixed in 1.8.1 arriving shortly.