Files
scummvm/common
Peter Kohaut 377cf606dd COMMON: Fix U32String initialization issues
Bug 1:
If the original C string contained chars > 127 they would be stored
as huge u32 numbers due to the underflow as char is signed.
It still might end-up with invalid UTF32 characters, but now the caller
can control it.

Bug 2:
The inline storage was not properly initialized when U32String was
initalized from shorter non-UTF32 strings.
2019-07-18 01:00:01 +02:00
..
2018-04-22 00:56:21 +02:00
2016-08-24 16:07:55 +06:00
2018-04-15 16:31:31 +02:00
2017-01-09 09:22:35 +01:00
2019-03-02 07:29:22 +01:00
2015-02-01 10:35:23 +01:00
2018-04-15 16:31:31 +02:00
2018-04-15 16:31:31 +02:00
2019-07-16 20:24:42 +03:00
2019-07-16 20:24:42 +03:00
2018-04-15 16:31:31 +02:00
2016-08-29 17:52:36 +02:00
2018-06-04 03:36:27 -07:00
2018-04-15 16:31:31 +02:00
2018-04-15 16:31:31 +02:00
2019-04-15 08:06:39 +03:00
2018-04-15 16:31:31 +02:00
2018-04-15 16:31:31 +02:00
2018-04-15 16:31:31 +02:00