| -rwxr-xr-x | filters/html-converters/resources/markdown.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/filters/html-converters/resources/markdown.pl b/filters/html-converters/resources/markdown.pl index d40b2d0..abec173 100755 --- a/filters/html-converters/resources/markdown.pl +++ b/filters/html-converters/resources/markdown.pl @@ -18,6 +18,10 @@ use vars qw($VERSION); $VERSION = '1.0.1'; # Tue 14 Dec 2004 +## Disabled; causes problems under Perl 5.6.1: +use utf8; +binmode( STDOUT, ":utf8" ); # c.f.: http://acis.openlib.org/dev/perl-unicode-struggle.html + # # Global default settings: |