pragma encoding, "utf-8" string s = "ﮚﬞ" print "IntOf: " (intOf s[1]) "\n" int code = (addr_ s[1]) int; print "Code: " code "\n"; char x = s[0]; string sNew = x x x ""; print "Concatenated: " sNew "\n";