This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
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-10-17 11:51:02 +02:00
2019-10-04 16:23:39 +02:00
2019-10-07 15:22:22 +11:00
2019-09-07 23:17:40 +10:00
2019-11-21 23:15:02 +11:00
2019-11-14 19:24:49 +01:00
2019-06-11 15:11:07 +02:00
2019-06-14 10:12:10 +10:00
2019-09-07 23:17:40 +10:00
2019-09-30 17:07:05 +10:00
2019-10-04 06:00:08 +10:00