shithub: freetype+ttf2subf

Download patch

ref: 741f736662476403cbcac3b9bf0756134f53ce1b
parent: d87f9a65a84d7919655d25ceeb06a9c482b15be0
author: Werner Lemberg <[email protected]>
date: Wed Feb 5 09:51:51 EST 2014

Work-around for Perl bug #63402.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/tools/afblue.pl
+++ b/src/tools/afblue.pl
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 use English '-no_match_vars';
-use open ':std', ':locale';
+use open ':std', ':encoding(UTF-8)';
 
 
 my $prog = $PROGRAM_NAME;