Steven R. Loomis
Steven R. Loomis
https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/utypes_8h.html#a06945159db789670a11e785b4f691b41 in ICU 67, you can see that the docs presume: ```c #define U_HIDE_DRAFT_API 1 ```
@markusicu sorry have not had a chance to look at this… could someone else take a look?
@markusicu @sven-oly someone else want to take this over? or just close it?
@dependabot recreate
@btangmu the commit() is https://unicode-org.atlassian.net/browse/CLDR-15488
Note: still WIP, but removed the extraneous code changes.
@btangmu still WIP (may not even work) but did split out the threading. It's potentially reusable for other in-SurveyTool parallel tasks! ForkJoinPool is nice and convenient, but won't work.
> FYI @srl295 @aheninger > > > > Also, should we return "US-ASCII" which is more specific than "ASCII"? Or is that too pedantic? ASCII is the same. US-ASCII is...
it's a stopgap. Probably should timeout and try anyway after a while (hence draft). Doesn't make much sense without threading.
> @srl295 I've been experimenting with your idea locally. So far it seems that sleeping for ten seconds has no effect on garbage collection. With multiple threads running, gc may...