Files
secure-javascript-container/javascript-engine/external/boa/boa_icu_provider/README.md
2023-01-20 22:36:19 +08:00

13 lines
289 B
Markdown

# boa_icu_provider
`boa_icu_provider` generates and defines the [ICU4X](https://github.com/unicode-org/icu4x) data provider
used in the Boa engine to enable internationalization functionality.
## Datagen
To regenerate the data:
```bash
$ cargo run --bin boa-datagen --features bin
```