From 3c6c9fb671565b78373e7a019a74bf7872c86c4d Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Sun, 8 May 2022 11:53:52 -0700 Subject: [PATCH 1/2] Update emoji chart instructions. --- docs/emoji/charts-and-data.md | 56 +++++++++++++++++++++-------------- 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/docs/emoji/charts-and-data.md b/docs/emoji/charts-and-data.md index f604cde174..7ef90573de 100644 --- a/docs/emoji/charts-and-data.md +++ b/docs/emoji/charts-and-data.md @@ -1,32 +1,44 @@ -# Emoji Charts and Data +# Posting Emoji Charts and Data -## Emoji beta charts +The following use 15.0 as the example version. Change that to whatever the version is. -always check and post the files that have changed in: +## Posting Emoji beta charts - +Check and post the chart files that have changed in: -* \*.html -* charts-BBBB/\* (except /internal/) - where BBBB is the beta release version - — in this case 12.0 -* [future/](https://www.unicode.org/draft/emoji/future/)\* (except /internal/) -* [images/](https://www.unicode.org/draft/emoji/images/)\* +https://github.com/unicode-org/emoji/tree/main/docs/emoji/ -In this case you should also post the following (just regenerated) since there -are new images, and some changes in layout. +That is: -* charts-RRRR/\* (except /internal/) - where RRRR is the current release - version — in this case 11.0 - -(linking checking to be done with the "flag" versions. please let me know of any -problems (though if there are no visible artifacts it isn't a showstopper)) +* First sanity-check the charts. + * You can do a link check on the "flagged" charts, since they are built to be small. + * Visually inspect them also; + * make sure that the new characters are in, + * version numbers are right, + * and images are present (at least one per row) +* https://github.com/unicode-org/emoji/tree/main/docs/emoji/charts-15.0 + * All files with .html + * Skip other files, and /internal/ +* https://github.com/unicode-org/emoji/tree/main/docs/emoji/future + * All files with .html First time posting a new set of beta charts, make sure that charts-beta is a newly created symlink to charts-BBBB. -## Emoji beta data - -Copy all files under draft/Public/emoji/NN.N files to live Public/emoji/NN.NN -* don't copy anything under the "internal" directory. - -Check the readme file if it exists, which should say draft. +## Posting Emoji beta data + +Copy all files under https://github.com/unicode-org/unicodetools/tree/main/unicodetools/data/emoji/15.0 files to Public +* First sanity-check the files. + * The Readme.txt should say "draft" in the contents, and have the version 15.0. + * The other files should have the new 15.0 characters and sequences. + * The previous characters should be unchanged, except that the CLDR names may change. +* Don't copy anything under the /internal/ directory. +* Copy the following to https://unicode.org/Public/emoji/15.0/ + * ReadMe.txt + * emoji-sequences.txt + * emoji-test.txt + * emoji-zwj-sequences.txt +* Copy the following to https://unicode.org/Public/15.0.0/ucd/emoji/ + * ReadMe-ucd-emoji.txt // and change the name to drop the "-ucd-emoji" + * emoji-data.txt + * emoji-variation-sequences.txt From bf6b05a5547195291b85f0becadb0e64507c4113 Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Sun, 8 May 2022 14:21:05 -0700 Subject: [PATCH 2/2] Add note on images --- docs/emoji/charts-and-data.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/emoji/charts-and-data.md b/docs/emoji/charts-and-data.md index 7ef90573de..356d08788e 100644 --- a/docs/emoji/charts-and-data.md +++ b/docs/emoji/charts-and-data.md @@ -22,6 +22,13 @@ That is: * https://github.com/unicode-org/emoji/tree/main/docs/emoji/future * All files with .html +NOTE: make sure that all the emoji images are in a proper directory with proper names: +* **not** proposed/proposed_...png, but rather +* sample/sample_...png, or +* android/androic_...png, or +* ... + +[Not sure this comment is still relevant] First time posting a new set of beta charts, make sure that charts-beta is a newly created symlink to charts-BBBB.