mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
d60b0c70b4
Avoid lossy Latin-1 conversions when creating/looking up Qt HighGUI windows and convert C-string entry points to UTF-8 explicitly. This fixes non-ASCII title handling paths that could lead to mismatched window lookup and silent display failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>