tree: 6e9759d28943750749f930cc69d4e5fb21202738 [path history] [tgz]
  1. tests/
  2. BUILD.gn
  3. command.h
  4. common.cc
  5. common.h
  6. main.cc
  7. README.md
  8. tz_ids.cc
  9. tz_ids.h
  10. tz_version.cc
  11. tz_version.h
src/lib/icu/tools/extractor/README.md

ICU data extractor

This a host tool that can extract specified data from ICU's data files.

The built binary is found at out/default/host_x64/icu_data_extractor.

Building

$ fx build host-tools/icu_data_extractor

TODO(kpozin): The above doesn‘t work. GN doesn’t recognize the toolchain suffix.

Running

For usage instructions and available commands, run

$ host-tools/icu_data_extractor --help

Testing

To smoke-test the tool against the live ICU data files in the tree:

$ fx set core.x64 --with //src/lib/icu:tests &&\
  fx build &&\
  fx test icu_data_extractor_tests