kylec32 / dokuwiki_plantumlparser

A plugin to have a user's browser display a SVG PlantUML diagram generated at http://plantuml.com/
MIT License
8 stars 12 forks source link

Support for special characters #15

Closed Juergen-aus-Zuendorf closed 6 years ago

Juergen-aus-Zuendorf commented 6 years ago

Hi,

because I'm from Germany I normally use the "German Umlaute" ä, ö, ü etc. By plantuml it is supported, but if I use this characters within a dokuwiki-uml-graph it fails.

Example:

@startuml
Thomas -> Petra : bitte aus Spaß die Türe öffnen
@enduml

Result on the UML testserver: grafik

Result in Dokuwiki: grafik

Best regards Juergen

kylec32 commented 6 years ago

This issue should now be solved in the latest version from the changes in PR 16.

Juergen-aus-Zuendorf commented 6 years ago

Thank you very much !