Salome HOME
Issue #1836: remove Unicode symbols from the code
authorvsv <vitaly.smetannikov@opencascade.com>
Wed, 2 Nov 2016 09:21:43 +0000 (12:21 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Wed, 2 Nov 2016 09:21:43 +0000 (12:21 +0300)
src/SketchPlugin/SketchPlugin_ConstraintSplit.h

index dee2b9e041dd213133d16f854d49b708fb99f618..78df542720fb460fee09b10cf9c95f380c33367e 100755 (executable)
@@ -26,7 +26,7 @@ typedef std::pair<std::string, std::shared_ptr<GeomDataAPI_Point2D> > IdToPointP
  *
  * The following constraints will be applied after split to keep the divided segments geometry:
  * - Coincident constraints for both parts of created segments in the point of splitting
- * - For linear segments parallel, for circles \96 tangent constraint, for arc \96 tangent and equal
+ * - For linear segments parallel, for circles - tangent constraint, for arc - tangent and equal
  *   constraints. In case of three segments in result two couple of constraints are created
  *    - parallel and equal constraints: the first is between 1st and middle entity, the second is
  *      between 1st and 3rd.