Files
test/source/blender/blenlib
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-09-13 21:12:43 +10:00
2019-09-13 21:12:43 +10:00
2019-09-19 13:19:53 +10:00
2019-09-05 12:56:34 +10:00
2019-11-08 11:44:23 +11:00
2019-02-18 08:22:12 +11:00
2019-10-14 22:45:34 -03:00
2019-09-14 12:44:23 +02:00
2019-09-13 21:12:43 +10:00
2019-09-12 19:58:11 +02:00
2019-09-27 12:37:53 +10:00
2019-02-18 08:22:12 +11:00
2019-09-30 17:07:05 +10:00
2019-09-13 21:12:43 +10:00
2019-09-09 14:26:42 +02:00
2019-08-01 14:02:41 +10:00
2019-04-18 07:59:28 +02:00