You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to have a problem with utf-8 labels. The following renders fine: a [label="ε"]; however when I pass {:label=>'ε'} to add_node, the output has
[label="\316\265"] which renders as a decimal value.
The text was updated successfully, but these errors were encountered:
See my issue #115 and PR #151. Encoding issues occur when labels include UTF8 text and Graphviz is producing a text file (SVG). Open3.capture3 when run in binmode=true returns ASCII-8BIT result. Binmode needs to be disabled when requesting a text based output format.
I seem to have a problem with utf-8 labels. The following renders fine: a [label="ε"]; however when I pass {:label=>'ε'} to add_node, the output has
[label="\316\265"] which renders as a decimal value.
The text was updated successfully, but these errors were encountered: