blender/source
YimingWu 8620f0286a Fix #133414: Sequencer: Ensure valid UTF-8 sequence when pasting text
`TextVars::text` is only 512 bytes and does not include string ending
byte, and `sequencer_text_edit_paste_exec` uses a very simple truncation
that didn't guarantee valid UTF-8 sequence at the end. This is now fixed
by using `BLI_str_utf8_invalid_strip` after truncating the string.

Pull Request: https://projects.blender.org/blender/blender/pulls/133416
2025-01-22 13:00:01 +01:00
..
blender Fix #133414: Sequencer: Ensure valid UTF-8 sequence when pasting text 2025-01-22 13:00:01 +01:00
creator Cleanup: spelling in comments 2025-01-20 11:19:23 +11:00
CMakeLists.txt