From 6d6f8bdeed0b47422337c430fdaf236b978f6c44 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 28 May 2013 07:55:40 +0200 Subject: filters: toggle perl utf8 situation Signed-off-by: Jason A. Donenfeld --- filters/html-converters/resources/markdown.pl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'filters/html-converters/resources') diff --git a/filters/html-converters/resources/markdown.pl b/filters/html-converters/resources/markdown.pl index abec173..d40b2d0 100755 --- a/filters/html-converters/resources/markdown.pl +++ b/filters/html-converters/resources/markdown.pl @@ -18,10 +18,6 @@ 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: -- cgit v1.2.3-59-g8ed1b