Files
stdex/include
Simon Rozman 9df39583d6
Some checks failed
Doxygen Action / build (push) Has been cancelled
compat: add a simple std::ctype<char16_t> for OSX
Standard C++ implementation has std::ctype<wchar_t> for UTF-32, but no
UTF-16 one. Since NSString is UTF-16, we need support for UTF-16 in C++
too if unnecessary translations between UTF-16/32 are to be avoided.

Signed-off-by: Simon Rozman <simon@rozman.si>
2025-09-15 12:11:59 +02:00
..