Skip to content

Commit 17af646

Browse files
committed
peg explicitly to Unicode 11.0.0 and say so
1 parent dbcbc4c commit 17af646

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## 2018-07-05 : v4.1.0
410

511
* Removed EmojiOne at the request of EmojiOne/JoyPixels staff

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
This project provides easy-to-parse data about emoji, along with a spritesheet-style
66
images for use on the web.
77

8+
The current version supports Unicode version 11.0.0.
9+
810
You can see a catalog of the emoji data here: http://unicodey.com/emoji-data/table.htm
911

1012

build/download_spec_files.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/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

0 commit comments

Comments
 (0)