• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2title: Running CLDR Tools
3---
4
5# Running CLDR Tools
6
7You will need to include some options to run various programs. Here are some samples, but the directories may vary depending on your configuration.
8
9**Standard Gorp**
10
11\-Dfile.encoding\=UTF\-8
12
13\-Xmx3000m
14
15\-DCLDR\_DIR\=${workspace\_loc}/cldr
16
17\-DOTHER\_WORKSPACE\=${workspace\_loc}/"../Google Drive/workspace/"
18
19\-DCLDR\_GEN\_DIR\=${workspace\_loc}/"../Google Drive/workspace/Generated/cldr/"
20
21\-Dregistry\=language\-subtag\-registry
22
23\-DSHOW\_FILES
24
25The xmx is to increase memory so that you don't blow up. If you only do a few dozen locales, you don't need to set it that high.
26
27**Optional**
28
29\-f regex // to only check locales matching the regex, like ".\*" or "en\|fr\|de" ...
30
31\-DSHOW\_FILES // shows files being opened and created
32
33
34