import ballerina/io; public function main() { string s = "møøse"; io:println(s.length()); }