charset: omit unassigned half of ascii table
[sheet.git] / digraphs.vim.plp
index 423c0573d60c86e8cdffb8a1b8eae45893b5b607..9883031bc1d03bf127a9f67115b5c07d8a862927 100644 (file)
@@ -6,7 +6,7 @@ use open IO => ':utf8';
 our $VERSION = 'v1.0';
 
 $header{content_type} = 'text/plain; charset=us-ascii';
-print '" vim digraph proposals <http://sheet.shiar.nl/digraphs>', "\n";
+say '" vim digraph proposals <http://sheet.shiar.nl/digraphs>';
 PLP_END { print "\n" };
 
 open my $include, '<', 'shiar.inc.txt' or do {