aboutsummaryrefslogtreecommitdiffstats
path: root/filters
diff options
context:
space:
mode:
authorGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-05-28 14:55:40 (JST)
committerGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-05-28 14:55:40 (JST)
commit6d6f8bdeed0b47422337c430fdaf236b978f6c44 (patch)
tree7ec2187a88b0ac7cd61d50c0f66bdfb11cde3d5d /filters
parent989d251384d5600abb33eb4c97b85d54dbfc6fcb (diff)
downloadcgit-6d6f8bdeed0b47422337c430fdaf236b978f6c44.zip
cgit-6d6f8bdeed0b47422337c430fdaf236b978f6c44.tar.gz
filters: toggle perl utf8 situation
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'filters')
-rwxr-xr-xfilters/html-converters/resources/markdown.pl4
1 files changed, 0 insertions, 4 deletions
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);
18$VERSION = '1.0.1'; 18$VERSION = '1.0.1';
19# Tue 14 Dec 2004 19# Tue 14 Dec 2004
20 20
21## Disabled; causes problems under Perl 5.6.1:
22use utf8;
23binmode( STDOUT, ":utf8" ); # c.f.: http://acis.openlib.org/dev/perl-unicode-struggle.html
24
25 21
26# 22#
27# Global default settings: 23# Global default settings: