On Thu, Aug 21, 2025 at 11:03:52PM +0200, Страхиња Радић wrote: > Дана 25/08/18 06:40PM, Walter Alejandro Iglesias написа: > > #define ellipsis L'\u2026' > > Regarding portability: keep in mind that MSYS2 GCC on Windows uses > 16-bit wchar_t, when many other implementations (including OpenBSD > Clang/LLVM) use 32-bit wchar_t. I had an unpleasant surprise in one of > my programs using explicit 32-bit strings internally, and assuming > seamless wchar_t conversion/usage. > >
I didn't even imagine someone using this program under Windows, but this is very good info to take in care. Thanks! -- Walter