File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
unicodetools/src/main/java/org/unicode/tools Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 55Once the emoji are finalized for new version of TR51, or there is a new version
66of CLDR, run AacOrder.java to generate 3 new files which will be checked in.
77
8- Fix the versions at the top of the file, such as:
9- ```
10- private static final VersionInfo VERSION = Emoji.VERSION12;
11-
12- private static final VersionInfo UCD_VERSION = Emoji.VERSION12;
13- ```
14-
15- The emoji version will be ≥ the UCD version.
16-
178** Results:**
189
1910:construction : ** TODO** : Work with Mark on working replacements for "draft" URLs.
Original file line number Diff line number Diff line change 3030
3131public class AacOrder {
3232
33- private static final VersionInfo VERSION = Emoji .VERSION15_1 ;
34- private static final VersionInfo UCD_VERSION = Emoji .VERSION15_1 ;
33+ private static final VersionInfo VERSION = Emoji .VERSION_TO_GENERATE ;
34+ private static final VersionInfo UCD_VERSION = Emoji .VERSION_TO_GENERATE_UNICODE ;
3535
3636 private static final CandidateData CANDIDATE_DATA = CandidateData .getInstance ();
3737
You can’t perform that action at this time.
0 commit comments