From: ellson Date: Tue, 15 Aug 2006 13:54:40 +0000 (+0000) Subject: add "charset=latin1" to fix rtest problem with b34.dot X-Git-Tag: LAST_LIBGRAPH~32^2~5975 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15b0394c614cb5247db3882661d95327e5645cbb;p=graphviz add "charset=latin1" to fix rtest problem with b34.dot --- diff --git a/rtest/graphs/b34.dot b/rtest/graphs/b34.dot index 96076cfd7..b46d03331 100644 --- a/rtest/graphs/b34.dot +++ b/rtest/graphs/b34.dot @@ -1,4 +1,5 @@ digraph grafo { +graph [charset=latin1] "0" [ fontname=verdana height=0.1 width=0.1 shape=box label = "seres" ]; "1" [ fontname=verdana height=0.1 width=0.1 shape=box label = "vivos" ]; "2" [ fontname=verdana height=0.1 width=0.1 shape=box label = "animales" ];