From 57c1bda1c58b403d8fa601036e10d66abe7d6a8d Mon Sep 17 00:00:00 2001 From: "luke.schierer@502bb1c5e3da2bf0a6a8c76f17674b51d178247b" Date: Sat, 24 Oct 2020 01:45:06 -0400 Subject: [PATCH] --- doc/bugs/graphviz_wide_characters.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/graphviz_wide_characters.mdwn diff --git a/doc/bugs/graphviz_wide_characters.mdwn b/doc/bugs/graphviz_wide_characters.mdwn new file mode 100644 index 000000000..905d5ca6a --- /dev/null +++ b/doc/bugs/graphviz_wide_characters.mdwn @@ -0,0 +1,10 @@ +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: + +``` +[[!graph Error: Wide character in subroutine entry at /usr/share/perl5/IkiWiki/Plugin/graphviz.pm line 57.]] +``` + +Note, this is what renders on the resulting wiki page, not something that you see on the command line. +Since dot supports UTF-8, I would expect this to work. + +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. -- 2.39.2