Closed skyfish4tb closed 6 years ago
Fixed:The string length error occurs when the multi byte character is converted to wide byte characters.
Sorry, I don't fully understand. dwLen = MultiByteToWideChar(nCodePage,MB_PRECOMPOSED, STRPTR(ansiStr), .LEN(ansiStr),NULL, 0) should return the same value that dwLen = .LEN(ansiStr).
Do you have an example in which it fails?
Fixed:The string length error occurs when the multi byte character is converted to wide byte characters.