How to get the REAL length of the string with cyrillic symbols in lua? If i'm using string.len("HELLO.") - I will get 6. But with string.len("ПРИВЕТ") - I ...
確定! 回上一頁