New versions of ICU: use ICU's C API instead?

2025-04-27 Thread Damjan Jovanovic
Hi I've begun researching how best to upgrade the old ICU library we use to newer versions, and it does not seem easy: recent versions require "C11 & C++17", which AOO code won't build with, and the MSVC compiler in particular needs an upgrade to build it. However ICU exports both a C API and a C

Re: New versions of ICU: use ICU's C API instead?

2025-04-27 Thread Arrigo Marchiori
Hello Damjan, All, On Sun, Apr 27, 2025 at 05:45:51PM +0200, Damjan Jovanovic wrote: > Hi > > I've begun researching how best to upgrade the old ICU library we use to > newer versions, and it does not seem easy: recent versions require "C11 & > C++17", which AOO code won't build with, and the MS