mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-9288 Use the new LDML converter for key-type data.
X-SVN-Rev: 32115
This commit is contained in:
parent
865333dd77
commit
1bf3f6e295
3 changed files with 6 additions and 7 deletions
|
@ -423,13 +423,12 @@
|
|||
</target>
|
||||
|
||||
<target name="keyTypeData" depends="init,setup" description="builds keyTypeData.txt and timezoneTypes.txt from bcp47/*.xml">
|
||||
<cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" noArgs="true">
|
||||
<!-- launch the tool and generate the data after reading the config file -->
|
||||
<cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" noArgs="true">
|
||||
<run>
|
||||
<args>
|
||||
<arg name="-s" value="${env.CLDR_DIR}/common/bcp47" />
|
||||
<arg name="-k" value="${env.CLDR_DIR}/common/bcp47" />
|
||||
<arg name="-d" value="${env.ICU4C_DIR}/source/data/misc"/>
|
||||
<arg name="-t" value="keyTypeData"/>
|
||||
</args>
|
||||
</run>
|
||||
</cldr-build>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// *
|
||||
// * Copyright (C) 2012 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/bcp47/*.xml
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/bcp47/*.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
keyTypeData:table(nofallback){
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
// *
|
||||
// * Copyright (C) 2012 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/bcp47/*.xml
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/bcp47/*.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
timezoneTypes:table(nofallback){
|
||||
|
|
Loading…
Add table
Reference in a new issue