fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pdf with motifs (dirty hack for marginpar-orphan problem)
[librarian.git]
/
font-optimizer
/
subset.pl
diff --git
a/font-optimizer/subset.pl
b/font-optimizer/subset.pl
index
fb2eb95
..
642fe3d
100755
(executable)
--- a/
font-optimizer/subset.pl
+++ b/
font-optimizer/subset.pl
@@
-1,5
+1,8
@@
-#!/usr/bin/perl -CA
- # use the -CA flag so @ARGV is interpreted as UTF-8
+#!/usr/bin/perl
+
+# -CA flag is forbidden in #! line
+use Encode qw(decode);
+ @ARGV = map { decode 'utf-8', $_ } @ARGV;
use strict;
use warnings;