Files
test2/extern
mano-wii 177dfc6384 Fix T71273: Bad encoding of utf-8 for Text objects
`BLI_strncpy_wchar_from_utf8` internally assumes `wchar_t` is 32 bits
which is not the case on windows.

The solution is to replace `wchar_t` with `char32_t`.

Thanks to @robbott for compatibility on macOS.

Differential Revision: https://developer.blender.org/D6198
2019-11-22 12:27:34 -03:00
..
2019-08-21 14:15:28 +02:00
2019-08-26 11:27:04 +02:00
2019-08-26 11:27:04 +02:00
2019-10-21 15:05:56 +11:00