Ruby-Graphviz icon indicating copy to clipboard operation
Ruby-Graphviz copied to clipboard

Issue #115 control binmode based on output format

Open vanboom opened this issue 4 years ago • 0 comments

The Open3.capture3 command should use binmode: false when the Graphviz command output is text based, e.g. SVG, DOT. This will prevent cross encoding errors and finally close #115.

vanboom avatar Aug 06 '21 23:08 vanboom