Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel32
minLevel2
exclude3Questions

...

"Error: dot cannot generated PNG file. Check your dot installation.

Check your installation using PlantUML Version Information.

Ensure that the correct version of Graphviz will be used.

German

...

umlauts or other non ASCII characters are not shown correctly in generated graphs

Usually, this is a problem with the installation of Confluence or Graphviz.

  1. Check your graphviz installation.

    1. Create a fileĀ test.dot with the following content:

      Code Block
      digraph test {
         state [label="insert characters that are not shown correctly"]
      }
    2. Let graphviz create a the image. Do this as user who runs Confluence and use the same Graphviz version as Confluence. You can check this as described in PlantUML Version Information.

      Code Block
      dot -Tpng test.dot -otest.png
    3. Check the created test.png. If the image is correct check Confluence. If not, you have to correct your Graphviz installatoin.
  2. Verify that all parts of your Confluence installation use the correct encoding which should be UTF-8.
    • Tomcat connector in conf/server.xml: URIEncoding="UTF-8"
    • Java command line argument: -Dfile.encoding=UTF-8

Related Issues

Jira Legacy
serverJIRA (avono-support.atlassian.net)
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdf7c8feee-13a3-35f1-b893-bb454ef245a1
keyPUML-37

...