I come from python where you can use \'string[10]\' to access a character in sequence. And if the string is encoded in Unicode it will give me expected results. However when
C++ has no useful native Unicode support. You almost certainly will need an external library like ICU.