The latest release series of ICU 58.x does not show up at https://ssl.icu-project.org/datacustom/. That page only lists 57 and releases previous.
Would it be possible to update the size with a page for 58.x?
(This is blocking my ability to upgrade to ICU 58 because I depend on being able to generate a small data library using this site. I've been unable to figure out how to do it locally with a source build)
dup of
I've been unable to figure out how to do it locally with a source build
See and - the goal is to make a command line tool that can repackage ICU using a config file - I have this working for node.js’s build, see https://github.com/nodejs/node/blob/master/tools/icu/icu_small.json and related files in https://github.com/nodejs/node/tree/master/tools/icu
And please comment on 10922 any suggestions.