RFR: 8324326: Update ICU4C to 74.2
Hima Bindu Meda
hmeda at openjdk.org
Tue Mar 12 15:36:32 UTC 2024
On Tue, 12 Mar 2024 15:02:48 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> modules/javafx.web/src/main/native/Source/ThirdParty/icu/CMakeLists.txt line 593:
>>
>>> 591:
>>> 592: # Get just file name without extension
>>> 593: set(ICU_DATA_FILE_NAME "icudt74l")
>>
>> Shouldn't this be 742?
>
> Never mind. I see now that's an `l` not a `1` after the `74. Sorry for the noise.
icu4c-74_2-data-bin-l contains the dat file named as icudt74l.dat. Hence, this is correct.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1398#discussion_r1521671716
More information about the openjfx-dev
mailing list