Number: 60
Title: Latin1-characters ignored to compute width of name
Submitter: Ulrich Neumerkel
Date: Sun Nov 11 11:39:27 2001
Subsys: Dot
Version: 1.7.3b
System: x86-Linux-
Severity: minor
Problem:
Latin-1 characters (above ASCII) are ignored to compute the width of the label. The following nodes should be of the same width.

[Emden] For those of us who use internationally impaired editors, the label of node 0 contains 14 o's with a circumflex (octal 364).
Input:

digraph G{
"0"[label="XXXrôôôôôôôôôôôôôôleXXX"];
"1"[label="XXXrooooooooooooooleXXX"];
}
Input file: b60.dot
Owner: north
Status: Fixed