Skip to content

Commit b3333b8

Browse files
authored
Added notes for GenerateEmojiData (#1214)
1 parent 2001531 commit b3333b8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/pipeline.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ Indic scripts only:
4848
- [ ] IndicSyllabicCategory — Prepend lines from proposal
4949
- [ ] Commit
5050

51+
---
52+
If the change affects emoji properties, including reserved Extended_Pictographic codepoints that should no longer be
53+
reserved:
54+
- [ ] [GenerateEmojiData](#generateemojidata)
55+
- [ ] Merge changes from the temporary files that are generated in unicodetools/data/ucd.
56+
- [ ] Delete the temporary files that aren't needed from unicodetools/data/ucd and unicodetools/data/emoji.
57+
- [ ] Commit
58+
5159
---
5260
- [ ] UCD — [Regenerate](#regenerate-ucd)
5361
- [ ] Enums — [Regenerate](#generateenums)
@@ -214,6 +222,14 @@ mvn compile exec:java '-Dexec.mainClass="org.unicode.text.UCD.Main"' '-Dexec.ar
214222
cp .\Generated\UCD\18.0.0\LineBreak.txt .\unicodetools\data\ucd\dev
215223
```
216224

225+
### GenerateEmojiData
226+
227+
jowilco (Windows, in-source).
228+
<!--FIX_FOR_NEW_VERSION-->
229+
```powershell
230+
mvn compile exec:java '-Dexec.mainClass="org.unicode.tools.emoji.GenerateEmojiData"' -am -pl unicodetools "-DCLDR_DIR=..\cldr\" "-DUNICODETOOLS_GEN_DIR=Generated" "-DUNICODETOOLS_REPO_DIR=."
231+
```
232+
217233
### GenerateEnums
218234

219235
eggrobin (Windows, in-source).

0 commit comments

Comments
 (0)