diff options
-rwxr-xr-x | pandoc-cs1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ pandoc_filter sub { }; $bibfile->spew( '' ) if ( $i <= 1 ); - $bibfile->append_utf8( $bibdata->print_s ); + $bibfile->append( $bibdata->print_s ); return Cite( [{ 'citationId' => $id, |