Files
wxWidgets/tests
Vadim Zeitlin 5bc208df3c Correct UTF-8 encoding of U+FFFF
Overlong (and hence invalid) 4-byte encoding was used for this character
instead of the correct 3-byte 0xEF 0xBF 0xBF sequence.

Fix this by using 3 bytes for the code points up to 0xFFFF included,
instead of excluding it as was done before.

Closes #17920.
2018-01-29 00:48:56 +01:00
..
2018-01-29 00:48:56 +01:00
2017-07-04 13:15:14 -06:00
2004-11-22 15:12:29 +00:00
2015-03-19 21:46:05 +01:00
2018-01-22 00:51:11 +01:00
2018-01-22 00:51:11 +01:00