Files
wxWidgets/tests
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
..
2014-05-15 22:32:17 +00:00
2014-05-15 22:32:17 +00:00
2011-09-29 13:47:38 +00:00
2004-11-22 15:12:29 +00:00
2015-03-19 21:46:05 +01:00