This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Germano Cavalcante 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-12 18:59:44 +10:00
2019-09-10 00:04:02 +10:00
2019-11-18 16:39:01 +11:00
2019-10-10 10:29:50 +11:00
2019-11-08 11:44:23 +11:00
2019-11-20 18:12:50 +11:00