X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/99b311f69a5e662a19069417dc2a37847722d914..51a33eb652463f819d957fce06dbef537f01ddc0:/tools/mkfontinfo diff --git a/tools/mkfontinfo b/tools/mkfontinfo index 84e7a25..6072600 100755 --- a/tools/mkfontinfo +++ b/tools/mkfontinfo @@ -130,7 +130,7 @@ $charlist{osdefault} = [qw( win95 win8 mac109 android oss )]; say "# automatically generated by $0"; say 'use utf8;'; say '+', pp(\%charlist) =~ s{ - ( \[ \s* \d [^]]* ) ,\s* # arrays of numbers, excluding trailing comma + ( \[ \s* \d [^]]* ) ,\s* (?= \] ) # arrays of numbers, excluding trailing comma }{ $1 =~ s/\s+//gr }msxgre; # strip whitespace __END__