Modify

Opened 14 years ago

Last modified 14 years ago

#6977 new defect

URL field does not work with label containing Unicode characters

Reported by: Vsevolod Krishchenko Owned by: Peter Kropf
Priority: normal Component: GraphvizPlugin
Severity: major Keywords:
Cc: Trac Release: 0.11

Description

Trac: 0.11.7 GraphvizPlugin: 0.7.6dev (via easy-install)

GraphvizPlugin does not work with URL and unicode label (or maybe it's Trac?). The following sample causes Genshi error:

Error: Failed to load processor graphviz
No macro or processor named 'graphviz' found

It works well with Unicode label without URL or URLS with ascii labels. Working samples follow.

    GraphvizPlugin [label="Plugin" URL=GraphvizPlugin]
    GraphvizPlugin [label="Дополнение"]

Attachments (0)

Change History (1)

comment:1 Changed 14 years ago by Vsevolod Krishchenko

Oops, I'm sorry, here is a buggy sample:

digraph G { GraphvizPlugin [label="Дополнение" URL=GraphvizPlugin]  }

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Peter Kropf.

Add Comment


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

 
Note: See TracTickets for help on using tickets.