mathiasbynens / emoji-test-regex-pattern

A regular expression pattern for Java/JavaScript to match all emoji in the emoji-test.txt file provided by UTS#51.
MIT License
98 stars 17 forks source link

Add overqualified hot beverage U+2615 U+FE0F (☕️) #3

Closed mathiasbynens closed 3 years ago

mathiasbynens commented 3 years ago

Owen Prater and Blake Harley noticed that on iOS the “hot beverage ☕” emoji as inserted by the iOS emoji picker is encoded as U+2615 U+FE0F which isn't in the emoji-test.txt file. The RGI_Emoji version lacks the U+FE0F. Even if Apple fixes this bug in the future, we should probably include this sequence since people are currently producing content that includes it.

mathiasbynens commented 3 years ago

The fix is now available in v1.2.0.