Skip to content
Snippets Groups Projects

Update support for Unicode 15.1

Merged Brett Walker requested to merge 28-update-support-for-unicode-16-0 into main
7 unresolved threads
11 files
+ 15674
15
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -6,5 +6,6 @@ module TanukiEmoji
@@ -6,5 +6,6 @@ module TanukiEmoji
UNICODE_DATA_DIR = "vendor/unicode/#{UNICODE_VERSION}"
UNICODE_DATA_DIR = "vendor/unicode/#{UNICODE_VERSION}"
EmojiData = Struct.new(:codepoints, :property, :version, :range_size, :examples, :description)
EmojiData = Struct.new(:codepoints, :property, :version, :range_size, :examples, :description)
 
EmojiTestData = Struct.new(:codepoints, :qualification, :emoji, :version, :description, :group_category)
end
end
end
end
Loading