Skip to content

Commit

Permalink
CLDR-17582 Update generate-emoji-paths.md
Browse files Browse the repository at this point in the history
See #3788
  • Loading branch information
macchiati authored and Squash Bot committed Jun 6, 2024
1 parent 32264a4 commit 7dda74b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/dev/generate-emoji-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br>
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

Expand All @@ -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.

Expand All @@ -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
3. update collation/root.xml using unicode/draft/emoji/charts-XX/emoji-ordering-rules.txt

0 comments on commit 7dda74b

Please sign in to comment.