Closed AlexDenisov closed 11 years ago
Note, that str.length might be not equal to strlen(str.UTF8String)
str.length
strlen(str.UTF8String)
This bug also reported by @fonkadelic at #2.
Note, that
str.length
might be not equal tostrlen(str.UTF8String)
This bug also reported by @fonkadelic at #2.