wxWidgets/tests/strings
ARATA Mizuki 5a92181ac1 Fix the length returned by UTF-32 conversion for non-BMP input
Don't optimize the required length as this is a tiny gain resulting in big
problems with the strings containing surrogates for which the actual result is
shorter than the length returned, resulting in extra NUL bytes at the end of
the converted buffer.

This is similar to 3410aa372f (see #16298) but
for UTF-32 and not UTF-16.

Closes #17070.
2016-02-21 14:38:17 +01:00
..
crt.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
iostream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
numformatter.cpp Fix several problems with number formatting in wxNumberFormatter. 2014-01-05 21:10:52 +00:00
stdstrings.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
strings.cpp Suppress harmless warnings about string literals in test code 2016-01-24 21:21:25 +01:00
tokenizer.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
unichar.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
unicode.cpp Fix the length returned by UTF-32 conversion for non-BMP input 2016-02-21 14:38:17 +01:00
vararg.cpp Suppress harmless warnings about string literals in test code 2016-01-24 21:21:25 +01:00
vsnprintf.cpp Add more wxString::Format() positional parameters tests. 2015-05-28 14:12:48 +02:00