classlib: update tzdata, unicodedata and cldr

This commit is contained in:
Alexey Andreev 2023-02-24 19:28:48 +01:00
parent 725aac089b
commit 672f7e32cd
5 changed files with 2089 additions and 6 deletions

View File

@ -30,7 +30,7 @@ import org.teavm.platform.metadata.MetadataGeneratorContext;
import org.teavm.platform.metadata.ResourceMap; import org.teavm.platform.metadata.ResourceMap;
public class TimeZoneGenerator implements MetadataGenerator { public class TimeZoneGenerator implements MetadataGenerator {
public static final String TIMEZONE_DB_VERSION = "2021c"; public static final String TIMEZONE_DB_VERSION = "2022g";
public static final String TIMEZONE_DB_PATH = "org/teavm/classlib/impl/tz/tzdata" + TIMEZONE_DB_VERSION + ".zip"; public static final String TIMEZONE_DB_PATH = "org/teavm/classlib/impl/tz/tzdata" + TIMEZONE_DB_VERSION + ".zip";
public static void compile(ZoneInfoCompiler compiler, ClassLoader classLoader) { public static void compile(ZoneInfoCompiler compiler, ClassLoader classLoader) {