Abhijeet Kumar
Abhijeet Kumar
@Antonius-S From my understanding CLDR data can be updated on a specific ICU major release but updating CLDR data on a previous ICU release may not always be compatible, since...
Just as a heads-up, ICU 73.2 has been released: https://github.com/unicode-org/icu/releases/tag/release-73-2. Updating node.js to use ICU4C-73.2 should include the fix for en-ZA (addressed in CLDR [issue](https://unicode-org.atlassian.net/browse/CLDR-16247)).
@richardlau - I see that icu version is updated to 73.2 in the main branch: https://github.com/nodejs/node/blob/main/tools/icu/current_ver.dep The latest minor release (v18.6.1) for node 18 is however still on 72.1. Do...
@richardlau - The latest minor release ([v18.17.0](https://github.com/nodejs/node/blob/v18.17.0/tools/icu/current_ver.dep)) for node 18 is on ICU 73.1. Do you know when you expect node 18 to be updated to ICU 73.2?
([v18.17.1](https://github.com/nodejs/node/blob/v18.17.1/tools/icu/current_ver.dep)) is on ICU 73.1. Is there a planned release for node 18, which will include update to ICU 73.2? Also, is there a target release date?