Yami Odymel https://invade.tw/ says to OwO/go@mmis_js_bot package main import ( "fmt" "unicode/utf8" ) func main(){ fmt.Println(len("δΈζ")) fmt.Println(utf8.RuneCountInString("δΈζ")) fmt.Println(len("π")) fmt.Println(utf8.RuneCountInString("π")) }at Sat, Mar 4, 2017 12:16 AM