What is state of the art: Unicode file names on Windows

Binary data gets passed around as vtkDataArray or the like usually. Or void*.

Binary data should never be passed around as strings (one of the many problems with C’s char* representation for strings).

1 Like