forked from blender/blender
Germano Cavalcante
177dfc6384
`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
8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
Project: WC Width
|
|
URL: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
|
|
License: ICS
|
|
Upstream version: 2007-05-26
|
|
Local modifications:
|
|
* Fix T33192
|
|
Bad encoding of utf-8 on windows systems.
|