Files
test/source/blender
Campbell Barton 0501555dcc BLI_string: add UTF8 aware BLI_snprintf functions & macros
BLI_snprintf and related functions could truncate partial UTF8
code-points, which would then cause problems elsewhere -
Python raises an exception when accessing for example.

Existing uses of BLI_snprintf should use the UTF8 versions in most
cases, except for file paths which are not required to be UTF8.
2025-07-22 16:25:51 +10:00
..
2025-06-12 10:37:47 +02:00
2025-07-18 10:27:29 +02:00
2025-07-22 16:00:11 +10:00