@DevWouter @simevidas Yes, JavaScript strings have been UTF-16 since the beginning of time. I think that’s where many of the compatibility issues come from. The Go language, eg, has a more modern approach combining UTF-8 byte sequences and codepoints for characters (“runes”).
@ujay68 @DevWouter @simevidas also in:
https://docs.microsoft.com/dotnet/standard/base-types/character-encoding-introduction