Skip to content

Fix window title with UTF-8 strings

Michael Migliore requested to merge michael.migliore/vtk:windows-utf8 into master

Fix the window title bar on Windows when the given name has multi-byte characters.

Before:

Untitled

After:

image

Merge request reports