forked from unicode-org/cldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLDR-17566 txt diffs and minor changes
- Loading branch information
Showing
5 changed files
with
53 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
Running Tools | ||
Provides tools for manipulating CLDR files. Warning: these tools do not have much documentation | ||
Provides tools for manipulating CLDR files. Warning: these tools do not have much documentation | ||
Overview | ||
Variables: (you'll need to set these to whatever you have on your system) | ||
For the purposes of this document, / and \ are equivalent. Note: Directories must have a trailing slash. | ||
Variables Here | ||
{cldrdata} | ||
Description | ||
Location of cldr data root; that is, common, docs, dropbox are found here. | ||
Example | ||
/Users/markdavis/Documents/workspace/cldr/src/ | ||
Tools: | ||
Variables Here Description Example | ||
{cldrdata} Location of cldr data root; that is, common, docs, dropbox are found here. /Users/markdavis/Documents/workspace/cldr/src/ | ||
Tools: | ||
Goal Program Name Description Arguments | ||
Common Arguments for all of following -Dfile.encoding=UTF-8 | ||
-Xmx700M | ||
-DSHOW_FILES | ||
-DSHOW | ||
-D CLDR_DIR ={cldrdata} | ||
Testing CLDRConsole General testing of data -r | ||
// (use -h to see options) | ||
Canonicalizing format CLDRModify General verification of vetted data -r | ||
// (use -h to see options) | ||
Generating Statistics CountItems Generate something like: | ||
Total Items 66,319 | ||
Total Resolved Items 1,025,077 | ||
Unique Paths 4,717 | ||
Unique Values 45,226 | ||
Unique Full Paths 9,301 -Dmethod=countItems | ||
-DSOURCE={cldrdata}\cldr_1_4\main | ||
-Dmethod=countItems -DSOURCE={cldrdata}\incoming\vetted\main | ||
Build most charts ShowLanguages TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters