diff options
Diffstat (limited to 'vendor/unic-emoji-char/tables/emoji_component.rsv')
-rw-r--r-- | vendor/unic-emoji-char/tables/emoji_component.rsv | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/unic-emoji-char/tables/emoji_component.rsv b/vendor/unic-emoji-char/tables/emoji_component.rsv new file mode 100644 index 000000000..bc9495518 --- /dev/null +++ b/vendor/unic-emoji-char/tables/emoji_component.rsv @@ -0,0 +1,9 @@ +// WARNING: Auto-generated by the `unic-gen` crate. +// WARNING: DO NOT EDIT MANUALLY! +CharDataTable::Range(&[ + (chars!('\u{23}'..='\u{23}'), ()), + (chars!('\u{2a}'..='\u{2a}'), ()), + (chars!('\u{30}'..='\u{39}'), ()), + (chars!('\u{1f1e6}'..='\u{1f1ff}'), ()), + (chars!('\u{1f3fb}'..='\u{1f3ff}'), ()), +]) |