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
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