Simon Rozman c20d9dbc09 sgml: upgrade to support UTF-16 and 32
Windows and Apple (NSString) are using UTF-16 wchar_t. All others use
UTF-32. This eliminates need for additional conversion should we need
UTF-32 on Windows&Apple or UTF-16 on others. Mind, UTF-16↔32 is not a
trivial conversion as it may change number of code units.

Signed-off-by: Simon Rozman <simon@rozman.si>
2024-02-21 17:33:00 +01:00
2024-01-09 20:07:06 +01:00
2022-03-07 11:37:35 +01:00
2024-01-06 10:55:09 +01:00

stdex - Random stuff that didn't made it into std C++

An auto-generated documentation is here.

Requirements

  • MSVC 2019 or later, XCode 13 or later
  • C++17 or later
Description
Standard C++ Library Extension
Readme MIT 60 MiB
Languages
C++ 100%