Handbook
Glossary
unsupported-encoding ( graph-encoding -- * )
Vocabulary
graphviz
.
render
Inputs
graph-encoding
a character encoding
Outputs
None
Error description
Thrown by
graphviz
,
graphviz*
,
preview
,
preview-window
, and related words if
graph-encoding
has a value other than
utf8
or
latin1
.
See also
graph-encoding
Definition
IN:
graphviz.render
ERROR:
unsupported-encoding
graph-encoding
;
Methods
USING:
graphviz.render
kernel
summary
;
M:
unsupported-encoding
summary
drop
"Must use utf8 or latin1 (match the graph's charset attribute)"
;