Skip to content

Replace non-ascii dash with ascii dash

David Gobbi requested to merge dgobbi/vtk:18974-non-ascii-dash into master

The source file vtkCellAttribute.cxx had non-ascii dashes in string literals. This caused MSVC to fail on systems where the locale caused the code source to be read with a non-utf8 multi-byte character set.

Closes #18974 (closed)

Merge request reports