Дана 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.