1--- 2title: Running Tools 3--- 4 5# Running Tools 6 7## Provides tools for manipulating CLDR files. Warning: these tools do not have much documentation 8 9### Overview 10 11**Variables: (you'll need to set these to whatever you have on your system)** 12 13For the purposes of this document, / and \\ are equivalent. Note: Directories must have a trailing slash. 14 15| Variables Here | Description | Example | 16|---|---|---| 17| {cldrdata} | Location of cldr data root; that is, common, docs, dropbox are found here. | /Users/markdavis/Documents/workspace/cldr/src/ | 18 19**Tools:** 20 21| Goal | Program Name | Description | Arguments | 22|---|---|---|---| 23| | | *Common Arguments for all of following* | -Dfile.encoding=UTF-8<br> -Xmx700M<br> -DSHOW_FILES<br> -DSHOW<br> -D CLDR_DIR ={cldrdata} | 24| Testing | CLDRConsole | General testing of data | -r<br> // (use -h to see options) | 25| Canonicalizing format | CLDRModify | General verification of vetted data | -r<br> // (use -h to see options) | 26| Generating Statistics | CountItems | Generate something like:<br>  Total Items 66,319<br>  Total Resolved Items 1,025,077<br>  Unique Paths 4,717<br>  Unique Values 45,226<br>  Unique Full Paths 9,301 | -Dmethod=countItems<br> -DSOURCE={cldrdata}\cldr_1_4\main<br><br> -Dmethod=countItems -DSOURCE={cldrdata}\incoming\vetted\main | 27| Build most charts | ShowLanguages | | TBD | 28 29