4 lines
67 B
Text
4 lines
67 B
Text
|
|
utf8Str = "Hello world äöü"
|
||
|
|
put bytearray(utf8Str).length
|
||
|
|
-- 18
|