set20{
many{
"e = 0 and i != 0 and i % 1000000 = 0 and v = 0 or e != 0..5 @integer"
- " 1000000, 1e6, 2e6, 3e6, 4e6, 5e6, 6e6, … @decimal 1.0000001e6, 1.1e"
- "6, 2.0000001e6, 2.1e6, 3.0000001e6, 3.1e6, …"
+ " 1000000, 1c6, 2c6, 3c6, 4c6, 5c6, 6c6, … @decimal 1.0000001c6, 1.1c"
+ "6, 2.0000001c6, 2.1c6, 3.0000001c6, 3.1c6, …"
}
one{"i = 0,1 @integer 0, 1 @decimal 0.0~1.5"}
other{
- " @integer 2~17, 100, 1000, 10000, 100000, 1e3, 2e3, 3e3, 4e3, 5e3, 6"
- "e3, … @decimal 2.0~3.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000"
- "000.0, 1.0001e3, 1.1e3, 2.0001e3, 2.1e3, 3.0001e3, 3.1e3, …"
+ " @integer 2~17, 100, 1000, 10000, 100000, 1c3, 2c3, 3c3, 4c3, 5c3, 6"
+ "c3, … @decimal 2.0~3.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000"
+ "000.0, 1.0001c3, 1.1c3, 2.0001c3, 2.1c3, 3.0001c3, 3.1c3, …"
}
}
set21{
<!-- ICU4J - which should be kept as up-to-date as possible. -->
<dependency>
<groupId>com.ibm.icu</groupId>
- <artifactId>icu4j</artifactId>
- <version>67.1</version>
+ <artifactId>icu4j-for-cldr</artifactId>
+ <version>69.1-SNAPSHOT-cldr-2021-03-09</version>
+ <!-- Note: see https://github.com/unicode-org/icu/packages/411079/versions
+ for the icu4j-for-cldr version tag to use -->
</dependency>
<!-- Useful common libraries. Note that some of the code in the CLDR library is also
<scope>test</scope>
</dependency>
</dependencies>
+
+ <repositories>
+ <repository>
+ <id>githubcldr</id>
+ <name>GitHub unicode-org/icu Apache Maven Packages</name>
+ <url>https://maven.pkg.github.com/unicode-org/icu</url>
+ </repository>
+ </repositories>
</project>