-Gcharset value not written to SVG output.
Problem reported aginst 2.2.1, but still exists in 2.9.
% neato -Tsvg sample.dot > sample.svg
Input:
Comments:
% more sample.dot
graph network {
charset = "iso-8859-1";
label = "Réseau";
}
[erg] This was fixed in version 1.16 of svggen.c, October 2005.
The current fix produces correct svg, but the output is always in
UTF-8.
Owner: erg
Status: Fixed