Item13671: DirectedGraphPlugin cannot render unicode text.

pencil
Priority: Normal
Current State: Confirmed
Released In: n/a
Target Release:
Applies To: Extension
Component: DirectedGraphPlugin
Branches:
Reported By: GeorgeClark
Waiting For:
Last Change By: MichaelDaum
Appears to be an issue with the extension. The same dot file processed externally generates a fully functional graphic with utf-8 links and text.

-- GeorgeClark - 03 Sep 2015

See also Item13654. This might be related to the saveFile API.

-- GeorgeClark - 03 Sep 2015

example text from local testing site:
digraph G {
    URL="http://foswiki.org/";
        AśčÁŠŤśěž [URL="http://foswiki.org/Sandbox/AśčÁŠŤśěž"];
            DirectedGraphPlugin [URL="http://foswiki.org/Sandbox/A%C5%9B%C4%8D%C3%81%C5%A0%C5%A4%C5%9B%C4%9B%C5%BE"];
                AśčÁŠŤśěž -> DirectedGraphPlugin;
}

-- GeorgeClark - 03 Sep 2015

GraphvizPlugin seems to be just fine producing

G AśčÁŠŤśěž AśčÁŠŤśěž DirectedGraphPlugin DirectedGraphPlugin AśčÁŠŤśěž->DirectedGraphPlugin

-- MichaelDaum - 04 Sep 2015
 
Topic revision: r2 - 04 Sep 2015, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy