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
The parser interprets that as # @missing: 0000..10FFFF ; Emoji, and throws the No into the U+1F5D1 🗑️ WASTEBASKET.
This needs some special handling in PropertyParsingInfo.java.
The text was updated successfully, but these errors were encountered:
@macchiati pointed out to me that https://util.unicode.org/UnicodeJsps/character.jsp?a=0020&history=full&showDevProperties=1 shows the following history for the Emoji property of U+0020:
and that the space was not, in fact, an Emoji between 2015 and 2021.
I think the issue is that the earlier versions of
emoji-data
have an@missing
line which does not follow the format of the file:The parser interprets that as
# @missing: 0000..10FFFF ; Emoji
, and throws theNo
into the U+1F5D1 🗑️ WASTEBASKET.This needs some special handling in PropertyParsingInfo.java.
The text was updated successfully, but these errors were encountered: