Number: 949
Title: Debian Bug#368522: graphviz: Does not set the XML encoding when producing SVG
Submitter: John Ellson
Date: Mon May 22 18:55:42 2006
Subsys: Output generation
Version: 2.2.1
System: *-*-
Severity: minor
Problem:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368522

-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:

% more sample.dot
graph network {

  charset = "iso-8859-1";
  label = "Réseau";

}
Comments:
[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