4 lines
56 B
Text
4 lines
56 B
Text
|
|
utf8Str = "Hello world äöü"
|
||
|
|
put utf8Str.length
|
||
|
|
-- 15
|