File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2018-11-?? : v4.1.1
4
+
5
+ * Updated to Unicode v11.0.0
6
+ * Updated Apple images to iOS 12.1 / macOS Mojave 10.14.1
7
+
8
+
3
9
## 2018-07-05 : v4.1.0
4
10
5
11
* Removed EmojiOne at the request of EmojiOne/JoyPixels staff
Original file line number Diff line number Diff line change 5
5
This project provides easy-to-parse data about emoji, along with a spritesheet-style
6
6
images for use on the web.
7
7
8
+ The current version supports Unicode version 11.0.0.
9
+
8
10
You can see a catalog of the emoji data here: http://unicodey.com/emoji-data/table.htm
9
11
10
12
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- wget -O unicode/UnicodeData.txt http://www.unicode.org/Public/UCD/latest /ucd/UnicodeData.txt
3
- wget -O unicode/emoji-data.txt http://www.unicode.org/Public/emoji/latest /emoji-data.txt
4
- wget -O unicode/emoji-sequences.txt http://www.unicode.org/Public/emoji/latest /emoji-sequences.txt
5
- wget -O unicode/emoji-zwj-sequences.txt http://www.unicode.org/Public/emoji/latest /emoji-zwj-sequences.txt
6
- wget -O unicode/emoji-test.txt http://www.unicode.org/Public/emoji/latest /emoji-test.txt
2
+ wget -O unicode/UnicodeData.txt http://www.unicode.org/Public/11.0.0 /ucd/UnicodeData.txt
3
+ wget -O unicode/emoji-data.txt http://www.unicode.org/Public/emoji/11.0 /emoji-data.txt
4
+ wget -O unicode/emoji-sequences.txt http://www.unicode.org/Public/emoji/11.0 /emoji-sequences.txt
5
+ wget -O unicode/emoji-zwj-sequences.txt http://www.unicode.org/Public/emoji/11.0 /emoji-zwj-sequences.txt
6
+ wget -O unicode/emoji-test.txt http://www.unicode.org/Public/emoji/11.0 /emoji-test.txt
You can’t perform that action at this time.
0 commit comments