tools: prefix all generated includes by automation comment
[sheet.git] / tools / mkcharinfo
index ef1e2150c535892c30afe789580a549f759c2203..23154959e50b654ff454ce50d8e6da1b5e842523 100755 (executable)
@@ -119,6 +119,7 @@ for my $chr (keys %info) {
 }
 
 # output perl code of hash
+say "# automatically generated by $0";
 say 'use utf8;';
 say '+{';
 for my $cp (sort keys %info) {