diff --git a/src/Mod/TechDraw/Gui/CommandCreateDims.cpp b/src/Mod/TechDraw/Gui/CommandCreateDims.cpp index 966dee3a1..3d06b374d 100644 --- a/src/Mod/TechDraw/Gui/CommandCreateDims.cpp +++ b/src/Mod/TechDraw/Gui/CommandCreateDims.cpp @@ -425,7 +425,7 @@ void CmdTechDrawNewDiameterDimension::activated(int iMsg) doCommand(Doc,"App.activeDocument().%s.CentreLines = False", FeatName.c_str()); } - doCommand(Doc, "App.activeDocument().%s.FormatSpec = '\u2300%%value%%'", FeatName.c_str()); + doCommand(Doc, "App.activeDocument().%s.FormatSpec = '\xe2\x8c\x80%%value%%'", FeatName.c_str()); // utf-8 encoded diameter symbol dim = dynamic_cast(getDocument()->getObject(FeatName.c_str())); dim->References2D.setValues(objs, subs);