Modify

Opened 13 years ago

Last modified 13 years ago

#8092 new defect

Handle non-ascii correctly

Reported by: Peter Owned by: Christian Boos
Priority: normal Component: GraphvizPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

First of all, lovely plugin!

This works:

{{{
#!graphviz

digraph Works {

  Stockholm [label="Stockholm stad" ]
  Örebro [color=red, label="Örebro stad"]

  Stockholm->Örebro

}
}}}

Adding URL="whatever" fails with message:

Genshi UnicodeDecodeError error while rendering template (unknown template location)
{{{
#!graphviz

digraph Fails {

  Stockholm [label="Stockholm stad" ]
  Örebro [color=red, label="Örebro stad", URL="whatever"]

  Stockholm->Örebro

}
}}}

If this is a config error please hint in docs.

Attachments (0)

Change History (1)

comment:1 Changed 13 years ago by anonymous

This seems also to break the TracTicketDepgraphPlugin

See here for a simple patch to solve that problem http://trac-hacks.org/ticket/8566#comment:4

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Christian Boos.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.