From 17af6468f9bef0f908ea216dfc89f85453a543d9 Mon Sep 17 00:00:00 2001 From: Cal Henderson Date: Thu, 1 Nov 2018 18:17:20 +0000 Subject: [PATCH] peg explicitly to Unicode 11.0.0 and say so --- CHANGES.md | 6 ++++++ README.md | 2 ++ build/download_spec_files.sh | 10 +++++----- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1b2bab9516..24c2945b47 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/README.md b/README.md index ba5b940591..52e57399ca 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build/download_spec_files.sh b/build/download_spec_files.sh index 570ef1e1e7..be6c38a009 100755 --- a/build/download_spec_files.sh +++ b/build/download_spec_files.sh @@ -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