update some name

This commit is contained in:
vcaesar 2020-07-24 09:33:40 -04:00
parent 69bfaf9806
commit a05e255abe

View File

@ -765,8 +765,8 @@ func TypeStr(str string, args ...float64) {
if runtime.GOOS == "linux" {
strUc := toUC(str)
for i := 0; i < len(strUc); i++ {
rstr := []rune(strUc[i])
if len(rstr) <= 1 {
ru := []rune(strUc[i])
if len(ru) <= 1 {
ustr := uint32(CharCodeAt(strUc[i], 0))
UnicodeType(ustr)
} else {