Skip to content

Commit

Permalink
peg explicitly to Unicode 11.0.0 and say so
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcal committed May 17, 2019
1 parent dbcbc4c commit 17af646
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2018-11-?? : v4.1.1

* Updated to Unicode v11.0.0
* Updated Apple images to iOS 12.1 / macOS Mojave 10.14.1


## 2018-07-05 : v4.1.0

* Removed EmojiOne at the request of EmojiOne/JoyPixels staff
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
This project provides easy-to-parse data about emoji, along with a spritesheet-style
images for use on the web.

The current version supports Unicode version 11.0.0.

You can see a catalog of the emoji data here: http://unicodey.com/emoji-data/table.htm


Expand Down
10 changes: 5 additions & 5 deletions build/download_spec_files.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
wget -O unicode/UnicodeData.txt http://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
wget -O unicode/emoji-data.txt http://www.unicode.org/Public/emoji/latest/emoji-data.txt
wget -O unicode/emoji-sequences.txt http://www.unicode.org/Public/emoji/latest/emoji-sequences.txt
wget -O unicode/emoji-zwj-sequences.txt http://www.unicode.org/Public/emoji/latest/emoji-zwj-sequences.txt
wget -O unicode/emoji-test.txt http://www.unicode.org/Public/emoji/latest/emoji-test.txt
wget -O unicode/UnicodeData.txt http://www.unicode.org/Public/11.0.0/ucd/UnicodeData.txt
wget -O unicode/emoji-data.txt http://www.unicode.org/Public/emoji/11.0/emoji-data.txt
wget -O unicode/emoji-sequences.txt http://www.unicode.org/Public/emoji/11.0/emoji-sequences.txt
wget -O unicode/emoji-zwj-sequences.txt http://www.unicode.org/Public/emoji/11.0/emoji-zwj-sequences.txt
wget -O unicode/emoji-test.txt http://www.unicode.org/Public/emoji/11.0/emoji-test.txt

0 comments on commit 17af646

Please sign in to comment.