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>
Languages
C++
100%