Pregenerated data for ICU library.
You can regenerate this data in the following way:
- Download ICU source code: https://github.com/unicode-org/icu
- In
icu4c/source
directory run./configure
andmake
. - The resulting file will be located at
./data/out/tmp/icudt75l_dat.S
Motivation: ICU is using complicated two-stage build process that is hard to integrate to the build system of another project.