File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
214222cp .\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
219235eggrobin (Windows, in-source).
You can’t perform that action at this time.
0 commit comments