diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /admin/charsets/cp51932.awk | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'admin/charsets/cp51932.awk')
| -rw-r--r-- | admin/charsets/cp51932.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/charsets/cp51932.awk b/admin/charsets/cp51932.awk index 39ccc1c7dc1..c8879b30200 100644 --- a/admin/charsets/cp51932.awk +++ b/admin/charsets/cp51932.awk | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | 20 | ||
| 21 | # Commentary: | 21 | # Commentary: |
| 22 | 22 | ||
| 23 | # Genereate a translation table for CP51932 (EUC-JP of MicroSoft Version). | 23 | # Generate a translation table for CP51932 (EUC-JP of MicroSoft Version). |
| 24 | # It maps invalid JISX0208 code points used by CP51932 to Unicode. | 24 | # It maps invalid JISX0208 code points used by CP51932 to Unicode. |
| 25 | # 4th field of the input has these meanings: | 25 | # 4th field of the input has these meanings: |
| 26 | # 0: JISX0208 characters. | 26 | # 0: JISX0208 characters. |
| @@ -32,7 +32,7 @@ | |||
| 32 | 32 | ||
| 33 | BEGIN { | 33 | BEGIN { |
| 34 | print ";;; cp51932.el -- translation table for CP51932. -*- no-byte-compile: t -*-"; | 34 | print ";;; cp51932.el -- translation table for CP51932. -*- no-byte-compile: t -*-"; |
| 35 | print ";;; Automatically genrated from CP932-2BYTE.map"; | 35 | print ";;; Automatically generated from CP932-2BYTE.map"; |
| 36 | print "(let ((map"; | 36 | print "(let ((map"; |
| 37 | printf " '(;JISEXT<->UNICODE"; | 37 | printf " '(;JISEXT<->UNICODE"; |
| 38 | } | 38 | } |