On Tue, 12 Mar 2024 15:02:48 GMT, Kevin Rushforth <k...@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