]> code.delx.au - gnu-emacs/blobdiff - admin/charsets/eucjp-ms.awk
Don't overflow if computing approximate percentage
[gnu-emacs] / admin / charsets / eucjp-ms.awk
index 18c19f5fb5512c8abfb2c3a72b30d703ca48dc9b..59c6388b25c57f2746901d3c68e3c11a81b427e6 100644 (file)
@@ -38,7 +38,7 @@ BEGIN {
   JISX0208_FROM2 = "/xf5/xa1";
   JISX0212_FROM = "/x8f/xf3/xf3";
 
-  print ";;; eucjp-ms.el -- translation table for eucJP-ms. -*- no-byte-compile: t -*-";
+  print ";;; eucjp-ms.el -- translation table for eucJP-ms";
   print ";;; Automatically generated from /usr/share/i18n/charmaps/EUC-JP-MS.gz";
   print "(let ((map";
   print "       '(;JISEXT<->UNICODE";
@@ -106,5 +106,7 @@ END {
   print "            (setcar x (cdr x)) (setcdr x tmp)))";
   print "      map)";
   print "  (define-translation-table 'eucjp-ms-encode map))";
+  print "";
+  print "(provide 'eucjp-ms)";
 }