wxWidgets/tests/strings
ARATA Mizuki a2f0374052 Fix check for string termination in IsValidUtf8String()
The current code incorrectly returned true if the string contained
an invalid UTF-8 sequence after an embedded NUL.

Check the entire string if the length was explicitly given instead of stopping
at the first NUL.

Closes https://github.com/wxWidgets/wxWidgets/pull/236
2016-02-27 16:42:30 +01:00
..
crt.cpp
iostream.cpp
numformatter.cpp
stdstrings.cpp
strings.cpp Suppress harmless warnings about string literals in test code 2016-01-24 21:21:25 +01:00
tokenizer.cpp
unichar.cpp
unicode.cpp Fix check for string termination in IsValidUtf8String() 2016-02-27 16:42:30 +01:00
vararg.cpp Suppress harmless warnings about string literals in test code 2016-01-24 21:21:25 +01:00
vsnprintf.cpp