glejeune / Ruby-Graphviz

[MIRROR] Ruby interface to the GraphViz graphing tool
https://gitlab.com/glejeune/ruby-graphviz
Other
608 stars 116 forks source link

Issue #115 control binmode based on output format #151

Open vanboom opened 3 years ago

vanboom commented 3 years ago

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.