]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/graphviz_wide_characters.mdwn
905d5ca6ae5d5b669771ecf51f344c9b143ff058
[git.ikiwiki.info.git] / doc / bugs / graphviz_wide_characters.mdwn
1 If you include a wide character, such as a fancy quote, in a [[graphviz|plugins/graphviz]] source file for use with the file parameter to the graph directive, you get the following error:
3 ```
4 [[!graph Error: Wide character in subroutine entry at /usr/share/perl5/IkiWiki/Plugin/graphviz.pm line 57.]]
5 ```
7 Note, this is what renders on the resulting wiki page, not something that you see on the command line. 
8 Since dot supports UTF-8, I would expect this to work.  
10 I'm unsure if this is a bug in the graphviz plugin, or in the perl module it depends upon, but since the graphviz pugin seems to be perl5‽ I figured I would start by reporting the problem here, on the assumption that the older perl was less likely to handle UTF-8.