fix: Cyrillic and other non-Latin text shows as question marks or garbage (#15419)

This commit is contained in:
Kris Austin
2026-08-29 14:48:05 -03:00
committed by GitHub
parent db29f570bd
commit 05b3c9053e
3 changed files with 36 additions and 12 deletions
+1 -1
View File
@@ -21635,7 +21635,7 @@ void Plater::show_object_info()
auto mesh_errors = p->sidebar->obj_list()->get_mesh_errors_info(&info_manifold, &non_manifold_edges);
if (non_manifold_edges > 0) {
info_manifold += into_u8("\n" + _L("Tips:") + "\n" + _L("Use \"Fix Model\" to repair the mesh."));
info_manifold += "\n" + _L("Tips:") + "\n" + _L("Use \"Fix Model\" to repair the mesh.");
}
info_manifold = "<Error>" + info_manifold + "</Error>";