Relative Content

Tag Archive for stringluasymbols

What is the “undetected” symbol in lua

a = string.sub("слово", 1,1)
слово is a word in russian which needs 2 bytes for every letter and the output for
print(a)
is going to something like � depending on where you run it