From 7dda74b0d6d12e7367e5511fe7560a3113151db7 Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Thu, 6 Jun 2024 00:42:33 +0000 Subject: [PATCH] CLDR-17582 Update generate-emoji-paths.md See #3788 --- docs/dev/generate-emoji-paths.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/dev/generate-emoji-paths.md b/docs/dev/generate-emoji-paths.md index 148d9f70b1e..70c815fe2be 100644 --- a/docs/dev/generate-emoji-paths.md +++ b/docs/dev/generate-emoji-paths.md @@ -23,13 +23,13 @@ Where the current version is VV: 2. Ensure that the documentation of composition of names (for new components like hair styles) in LDML is updated to match what is in org.unicode.cldr.util.Annotations. 3. Make sure that org.unicode.tools.emoji.unittest.TestAll runs successfully, with -Demoji-beta. -2. Copy +3. Copy * /emoji/docs/Public/emoji/14.0/emoji-test.txt
to * /cldr-code/src/main/resources/org/unicode/cldr/util/data/emoji/emoji-test.txt -3. Run unicode tools: org.unicode.tools.emoji.GenerateCldrData +4. Run unicode tools: org.unicode.tools.emoji.GenerateCldrData 1. Copy each list of data from the console into (respectively) as per instructions @@ -38,12 +38,13 @@ Where the current version is VV: 2. Copy emoji-test.txt into org.unicode.cldr.util.data.emoji -4. Run org.unicode.tools.emoji.CopyImagesToCldr.java to add images to ... /cldr/tools/cldr-apps/src/main/webapp/images/emoji +5. Get the emoji images for the info panel of the survey tool + * This used to be done by running org.unicode.tools.emoji.CopyImagesToCldr.java to add images to ... /cldr/tools/cldr-apps/src/main/webapp/images/emoji + * They might be delivered from the ESR via a zip file. +7. Update the collation/root.xml using unicode/draft/emoji/charts-VV/emoji-ordering-rules.txt + * Note: emoji-ordering-rules.txt should be moved into the repo (there's an issue for that) - * These are the ones that show up in the info panel of the survey tool. - * Update the collation/root.xml using unicode/draft/emoji/charts-VV/emoji-ordering-rules.txt - -5. Run tests +8. Run tests 1. You may get an error in testAnnotationPaths. @@ -61,4 +62,4 @@ As above, except that you only need to 1. Run unicodetools GenerateEmoji with the beta options 2. Copy emoji-test.txt into org.unicode.cldr.util.data.emoji -3. update collation/root.xml using unicode/draft/emoji/charts-XX/emoji-ordering-rules.txt \ No newline at end of file +3. update collation/root.xml using unicode/draft/emoji/charts-XX/emoji-ordering-rules.txt