File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
unicodetools/src/main/java/org/unicode/text/tools Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 <!--
3232 For CLDR versions, see https://github.com/orgs/unicode-org/packages?repo_name=cldr
3333 -->
34- <cldr .version>0.0.0-SNAPSHOT-bfa39570be </cldr .version>
34+ <cldr .version>0.0.0-SNAPSHOT-e995b07a7e </cldr .version>
3535
3636
3737 <!-- these two set the JDK version for source and target -->
Original file line number Diff line number Diff line change 1818public class CLDRCharacterUtility {
1919 public static UnicodeMap <Set <String >> getCLDRCharacters () {
2020 UnicodeMap <Set <String >> result = new UnicodeMap <>();
21- org .unicode .cldr .util .Factory factory = CLDRConfig .getInstance ().getCldrFactory ();
21+ org .unicode .cldr .util .Factory factory = CLDRConfig .getInstance ().getFullCldrFactory ();
2222 // File[] paths = { new File(CLDRPaths.MAIN_DIRECTORY)
2323 // //, new File(CLDRPaths.SEED_DIRECTORY), new File(CLDRPaths.EXEMPLARS_DIRECTORY)
2424 // };
@@ -73,4 +73,4 @@ private static UnicodeSet flatten(UnicodeSet result) {
7373 }
7474 return result2 ;
7575 }
76- }
76+ }
You can’t perform that action at this time.
0 commit comments