summaryrefslogtreecommitdiff
path: root/lib/App/DocKnot/Spin/Pointer.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/DocKnot/Spin/Pointer.pm')
-rw-r--r--lib/App/DocKnot/Spin/Pointer.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/DocKnot/Spin/Pointer.pm b/lib/App/DocKnot/Spin/Pointer.pm
index a16250c..160b11e 100644
--- a/lib/App/DocKnot/Spin/Pointer.pm
+++ b/lib/App/DocKnot/Spin/Pointer.pm
@@ -136,6 +136,7 @@ sub _spin_pod {
my $data;
$podthread->output_string(\$data);
$podthread->parse_file("$source");
+ $data = decode('utf-8', $data);
# Spin that page into HTML.
$self->{thread}->spin_thread_output($data, $source, 'POD', $output);