Update to Unicode Emoji Data 13.0 (was released on January 29, 2020)
This commit is contained in:
parent
227aef019e
commit
a65bd40fe3
22
ReadMe.txt
22
ReadMe.txt
@ -1 +1,21 @@
|
||||
This directory contains data files for UTS #51 Unicode Emoji, Version 12.0
|
||||
# Unicode Emoji
|
||||
# © 2020 Unicode®, Inc.
|
||||
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
|
||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
||||
|
||||
This directory contains data files for Unicode Emoji, Version 13.0
|
||||
|
||||
Public/emoji/13.0/
|
||||
|
||||
emoji-sequences.txt
|
||||
emoji-zwj-sequences.txt
|
||||
emoji-test.txt
|
||||
|
||||
The following related files are found in the UCD for Version 13.0
|
||||
|
||||
Public/13.0.0/ucd/emoji/
|
||||
|
||||
emoji-data.txt
|
||||
emoji-variation-sequences.txt
|
||||
|
||||
For documentation, see UTS #51 Unicode Emoji, Version 13.0
|
||||
|
@ -32,15 +32,13 @@ pre {
|
||||
<td colspan="2">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
|
||||
<td class="icon"><a href="http://www.unicode.org/"><img border="0"
|
||||
src="http://www.unicode.org/webscripts/logo60s2.gif" align="middle"
|
||||
alt="[Unicode]" width="34" height="33"></a> <a class="bar"
|
||||
href="https://www.unicode.org/copyright.html"><font size="3">Terms of
|
||||
Use</font></a></td>
|
||||
<td class="bar"><a href="http://www.unicode.org" class="bar">Home</a>
|
||||
| <a href="http://www.unicode.org/sitemap/" class="bar">Site Map</a> |
|
||||
<a href="http://www.unicode.org/search" class="bar">Search </a></td>
|
||||
<td class="icon" style="width:38px; height:35px"><a href="http://www.unicode.org/"><img border="0"
|
||||
src="http://www.unicode.org/webscripts/logo60s2.gif" align="middle" alt="[Unicode]" width="34" height="33"></a></td>
|
||||
<td class="icon" style="vertical-align:middle;"> <a class="bar"
|
||||
href="https://www.unicode.org/copyright.html"><font size="3">Terms of Use</font></a></td>
|
||||
<td class="bar"><a href="https://www.unicode.org/main.html" class="bar">Tech Site</a>
|
||||
| <a href="https://www.unicode.org/sitemap/" class="bar">Site Map</a> |
|
||||
<a href="https://www.unicode.org/search" class="bar">Search </a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
@ -120,7 +118,7 @@ pre {
|
||||
<ol type="A">
|
||||
<li><u><a name="1"></a>Unicode Copyright</u>
|
||||
<ol>
|
||||
<li>Copyright © 1991-2019 Unicode, Inc. All rights reserved.</li>
|
||||
<li>Copyright © 1991-2020 Unicode, Inc. All rights reserved.</li>
|
||||
</ol>
|
||||
</li>
|
||||
|
||||
@ -138,7 +136,7 @@ Unicode Software ("SOFTWARE") includes any source code published in the Unicode
|
||||
or any source code or compiled code under the directories:
|
||||
https://www.unicode.org/Public/PROGRAMS/
|
||||
https://www.unicode.org/Public/cldr/
|
||||
https://site.icu-project.org/download/
|
||||
http://site.icu-project.org/download/
|
||||
</pre>
|
||||
</li>
|
||||
|
||||
|
1908
emoji-data.txt
1908
emoji-data.txt
File diff suppressed because it is too large
Load Diff
2546
emoji-sequences.txt
2546
emoji-sequences.txt
File diff suppressed because it is too large
Load Diff
8058
emoji-test.txt
8058
emoji-test.txt
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,11 @@
|
||||
# emoji-variation-sequences.txt
|
||||
# Date: 2019-01-15, 12:10:05 GMT
|
||||
# © 2019 Unicode®, Inc.
|
||||
# Date: 2020-01-21, 07:15:05 GMT
|
||||
# © 2020 Unicode®, Inc.
|
||||
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
|
||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
||||
#
|
||||
# Emoji Variation Sequences for UTS #51
|
||||
# Version: 12.0
|
||||
# Version: 13.0
|
||||
#
|
||||
# For documentation and usage, see http://www.unicode.org/reports/tr51
|
||||
#
|
||||
@ -219,6 +219,8 @@
|
||||
26A0 FE0F ; emoji style; # (4.0) WARNING SIGN
|
||||
26A1 FE0E ; text style; # (4.0) HIGH VOLTAGE SIGN
|
||||
26A1 FE0F ; emoji style; # (4.0) HIGH VOLTAGE SIGN
|
||||
26A7 FE0E ; text style; # (4.1) MALE WITH STROKE AND MALE AND FEMALE SIGN
|
||||
26A7 FE0F ; emoji style; # (4.1) MALE WITH STROKE AND MALE AND FEMALE SIGN
|
||||
26AA FE0E ; text style; # (4.1) MEDIUM WHITE CIRCLE
|
||||
26AA FE0F ; emoji style; # (4.1) MEDIUM WHITE CIRCLE
|
||||
26AB FE0E ; text style; # (4.1) MEDIUM BLACK CIRCLE
|
||||
@ -716,6 +718,6 @@
|
||||
1F6F3 FE0E ; text style; # (7.0) PASSENGER SHIP
|
||||
1F6F3 FE0F ; emoji style; # (7.0) PASSENGER SHIP
|
||||
|
||||
#Total sequences: 353
|
||||
#Total sequences: 354
|
||||
|
||||
#EOF
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2,19 +2,19 @@
|
||||
%global emojidir %{unicodedir}/emoji
|
||||
|
||||
Name: unicode-emoji
|
||||
Version: 12.0
|
||||
Release: 3%{?dist}
|
||||
Version: 13.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Unicode Emoji Data Files
|
||||
|
||||
License: Unicode
|
||||
URL: http://www.unicode.org/emoji/
|
||||
Source0: http://www.unicode.org/copyright.html
|
||||
Source1: http://www.unicode.org/Public/emoji/11.0/ReadMe.txt
|
||||
Source2: http://www.unicode.org/Public/emoji/11.0/emoji-data.txt
|
||||
Source3: http://www.unicode.org/Public/emoji/11.0/emoji-sequences.txt
|
||||
Source4: http://www.unicode.org/Public/emoji/11.0/emoji-test.txt
|
||||
Source5: http://www.unicode.org/Public/emoji/11.0/emoji-variation-sequences.txt
|
||||
Source6: http://www.unicode.org/Public/emoji/11.0/emoji-zwj-sequences.txt
|
||||
Source1: https://www.unicode.org/Public/emoji/13.0/ReadMe.txt
|
||||
Source2: https://www.unicode.org/Public/13.0.0/ucd/emoji/emoji-data.txt
|
||||
Source3: https://www.unicode.org/Public/emoji/13.0/emoji-sequences.txt
|
||||
Source4: https://www.unicode.org/Public/emoji/13.0/emoji-test.txt
|
||||
Source5: https://www.unicode.org/Public/13.0.0/ucd/emoji/emoji-variation-sequences.txt
|
||||
Source6: https://www.unicode.org/Public/emoji/13.0/emoji-zwj-sequences.txt
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -46,6 +46,9 @@ cp -p %{SOURCE6} %{buildroot}%{emojidir}
|
||||
%{emojidir}/emoji-*txt
|
||||
|
||||
%changelog
|
||||
* Thu Feb 06 2020 Mike FABIAN <mfabian@redhat.com> - 13.0-1
|
||||
- Update to Unicode Emoji Data 13.0 (was released on January 29, 2020)
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user