aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2005-08-05 01:14:08 +0000
committerKenichi Handa2005-08-05 01:14:08 +0000
commit0382cc9ec16eb4130c6091bcd7105aacc55682a1 (patch)
treed72ff025aab75dc9f8036fa88fe19f46544c410f
parent0f08b9564de2eaf4bf848e57b12b7731a38e36f2 (diff)
downloademacs-0382cc9ec16eb4130c6091bcd7105aacc55682a1.tar.gz
emacs-0382cc9ec16eb4130c6091bcd7105aacc55682a1.zip
Add autoload cookies for all coding systems.
-rw-r--r--lisp/international/code-pages.el23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/international/code-pages.el b/lisp/international/code-pages.el
index 0e3e675e387..df9853147c2 100644
--- a/lisp/international/code-pages.el
+++ b/lisp/international/code-pages.el
@@ -216,6 +216,7 @@ Return an updated `non-iso-charset-alist'."
216 216
217;; Fixme: Do better for mode-line mnemonics? 217;; Fixme: Do better for mode-line mnemonics?
218 218
219;;;###autoload(autoload-coding-system 'cp437 '(require 'code-pages))
219(cp-make-coding-system 220(cp-make-coding-system
220 cp437 221 cp437
221 [?\Ç 222 [?\Ç
@@ -347,6 +348,7 @@ Return an updated `non-iso-charset-alist'."
347 ?\■ 348 ?\■
348 ?\ ]) 349 ?\ ])
349 350
351;;;###autoload(autoload-coding-system 'cp737 '(require 'code-pages))
350(cp-make-coding-system 352(cp-make-coding-system
351 cp737 353 cp737
352 [?\Α 354 [?\Α
@@ -479,6 +481,7 @@ Return an updated `non-iso-charset-alist'."
479 ?\ ]) 481 ?\ ])
480(coding-system-put 'cp737 'mime-charset nil) ; not in IANA list 482(coding-system-put 'cp737 'mime-charset nil) ; not in IANA list
481 483
484;;;###autoload(autoload-coding-system 'cp775 '(require 'code-pages))
482(cp-make-coding-system 485(cp-make-coding-system
483 cp775 486 cp775
484 [?\Ć 487 [?\Ć
@@ -610,6 +613,7 @@ Return an updated `non-iso-charset-alist'."
610 ?\■ 613 ?\■
611 ?\ ]) 614 ?\ ])
612 615
616;;;###autoload(autoload-coding-system 'cp850 '(require 'code-pages))
613(cp-make-coding-system 617(cp-make-coding-system
614 cp850 618 cp850
615 [?\Ç 619 [?\Ç
@@ -741,6 +745,7 @@ Return an updated `non-iso-charset-alist'."
741 ?\■ 745 ?\■
742 ?\ ]) 746 ?\ ])
743 747
748;;;###autoload(autoload-coding-system 'cp851 '(require 'code-pages))
744(cp-make-coding-system 749(cp-make-coding-system
745 cp851 750 cp851
746 [?\Ç 751 [?\Ç
@@ -872,6 +877,7 @@ Return an updated `non-iso-charset-alist'."
872 ?\■ 877 ?\■
873 ?\ ]) 878 ?\ ])
874 879
880;;;###autoload(autoload-coding-system 'cp852 '(require 'code-pages))
875(cp-make-coding-system 881(cp-make-coding-system
876 cp852 882 cp852
877 [?\Ç 883 [?\Ç
@@ -1003,6 +1009,7 @@ Return an updated `non-iso-charset-alist'."
1003 ?\■ 1009 ?\■
1004 ?\ ]) 1010 ?\ ])
1005 1011
1012;;;###autoload(autoload-coding-system 'cp855 '(require 'code-pages))
1006(cp-make-coding-system 1013(cp-make-coding-system
1007 cp855 1014 cp855
1008 [?\ђ 1015 [?\ђ
@@ -1134,6 +1141,7 @@ Return an updated `non-iso-charset-alist'."
1134 ?\■ 1141 ?\■
1135 ?\ ]) 1142 ?\ ])
1136 1143
1144;;;###autoload(autoload-coding-system 'cp857 '(require 'code-pages))
1137(cp-make-coding-system 1145(cp-make-coding-system
1138 cp857 1146 cp857
1139 [?\Ç 1147 [?\Ç
@@ -1265,6 +1273,7 @@ Return an updated `non-iso-charset-alist'."
1265 ?\■ 1273 ?\■
1266 ?\ ]) 1274 ?\ ])
1267 1275
1276;;;###autoload(autoload-coding-system 'cp860 '(require 'code-pages))
1268(cp-make-coding-system 1277(cp-make-coding-system
1269 cp860 1278 cp860
1270 [?\Ç 1279 [?\Ç
@@ -1396,6 +1405,7 @@ Return an updated `non-iso-charset-alist'."
1396 ?\■ 1405 ?\■
1397 ?\ ]) 1406 ?\ ])
1398 1407
1408;;;###autoload(autoload-coding-system 'cp861 '(require 'code-pages))
1399(cp-make-coding-system 1409(cp-make-coding-system
1400 cp861 1410 cp861
1401 [?\Ç 1411 [?\Ç
@@ -1527,6 +1537,7 @@ Return an updated `non-iso-charset-alist'."
1527 ?\■ 1537 ?\■
1528 ?\ ]) 1538 ?\ ])
1529 1539
1540;;;###autoload(autoload-coding-system 'cp862 '(require 'code-pages))
1530(cp-make-coding-system 1541(cp-make-coding-system
1531 cp862 1542 cp862
1532 [?\א 1543 [?\א
@@ -1658,6 +1669,7 @@ Return an updated `non-iso-charset-alist'."
1658 ?\■ 1669 ?\■
1659 ?\ ]) 1670 ?\ ])
1660 1671
1672;;;###autoload(autoload-coding-system 'cp863 '(require 'code-pages))
1661(cp-make-coding-system 1673(cp-make-coding-system
1662 cp863 1674 cp863
1663 [?\Ç 1675 [?\Ç
@@ -1789,6 +1801,7 @@ Return an updated `non-iso-charset-alist'."
1789 ?\■ 1801 ?\■
1790 ?\ ]) 1802 ?\ ])
1791 1803
1804;;;###autoload(autoload-coding-system 'cp864 '(require 'code-pages))
1792(cp-make-coding-system 1805(cp-make-coding-system
1793 cp864 1806 cp864
1794 [?\° 1807 [?\°
@@ -1920,6 +1933,7 @@ Return an updated `non-iso-charset-alist'."
1920 ?\■ 1933 ?\■
1921 ?\ ]) 1934 ?\ ])
1922 1935
1936;;;###autoload(autoload-coding-system 'cp865 '(require 'code-pages))
1923(cp-make-coding-system 1937(cp-make-coding-system
1924 cp865 1938 cp865
1925 [?\Ç 1939 [?\Ç
@@ -2051,6 +2065,7 @@ Return an updated `non-iso-charset-alist'."
2051 ?\■ 2065 ?\■
2052 ?\ ]) 2066 ?\ ])
2053 2067
2068;;;###autoload(autoload-coding-system 'cp866 '(require 'code-pages))
2054(cp-make-coding-system 2069(cp-make-coding-system
2055 cp866 2070 cp866
2056 [?\А 2071 [?\А
@@ -2184,6 +2199,7 @@ Return an updated `non-iso-charset-alist'."
2184 "CP866 (Cyrillic)." 2199 "CP866 (Cyrillic)."
2185 ?A) 2200 ?A)
2186 2201
2202;;;###autoload(autoload-coding-system 'cp869 '(require 'code-pages))
2187(cp-make-coding-system 2203(cp-make-coding-system
2188 cp869 2204 cp869
2189 [nil 2205 [nil
@@ -2315,6 +2331,7 @@ Return an updated `non-iso-charset-alist'."
2315 ?\■ 2331 ?\■
2316 ?\ ]) 2332 ?\ ])
2317 2333
2334;;;###autoload(autoload-coding-system 'cp874 '(require 'code-pages))
2318(cp-make-coding-system 2335(cp-make-coding-system
2319 cp874 2336 cp874
2320 [?\€ 2337 [?\€
@@ -3374,6 +3391,7 @@ Return an updated `non-iso-charset-alist'."
3374 ?\₫ 3391 ?\₫
3375 ?\ÿ]) 3392 ?\ÿ])
3376 3393
3394;;;###autoload(autoload-coding-system 'next '(require 'code-pages))
3377(cp-make-coding-system 3395(cp-make-coding-system
3378 next 3396 next
3379 [?\  3397 [?\ 
@@ -3506,6 +3524,7 @@ Return an updated `non-iso-charset-alist'."
3506 nil] 3524 nil]
3507 "NeXTstep encoding." ?N) 3525 "NeXTstep encoding." ?N)
3508 3526
3527;;;###autoload(autoload-coding-system 'koi8-t '(require 'code-pages))
3509(cp-make-coding-system 3528(cp-make-coding-system
3510 koi8-t ; used by glibc for tg_TJ 3529 koi8-t ; used by glibc for tg_TJ
3511 [?\қ 3530 [?\қ
@@ -3774,6 +3793,7 @@ Return an updated `non-iso-charset-alist'."
3774 3793
3775;; Unicode-based alternative which has the possible advantage of 3794;; Unicode-based alternative which has the possible advantage of
3776;; having its relative sparseness specified. 3795;; having its relative sparseness specified.
3796;;;###autoload(autoload-coding-system 'iso-8859-6 '(require 'code-pages))
3777(cp-make-coding-system 3797(cp-make-coding-system
3778 ;; The base system uses arabic-iso-8bit, but that's not a MIME charset. 3798 ;; The base system uses arabic-iso-8bit, but that's not a MIME charset.
3779 iso-8859-6 3799 iso-8859-6
@@ -4189,6 +4209,7 @@ Return an updated `non-iso-charset-alist'."
4189 nil ?G) 4209 nil ?G)
4190(coding-system-put 'georgian-ps 'mime-charset nil) ; not in IANA list 4210(coding-system-put 'georgian-ps 'mime-charset nil) ; not in IANA list
4191 4211
4212;;;###autoload(autoload-coding-system 'cp720 '(require 'code-pages))
4192;; From http://www.microsoft.com/globaldev/reference/oem/720.htm 4213;; From http://www.microsoft.com/globaldev/reference/oem/720.htm
4193(cp-make-coding-system 4214(cp-make-coding-system
4194 cp720 4215 cp720
@@ -4322,6 +4343,7 @@ Return an updated `non-iso-charset-alist'."
4322 ?\ ]) 4343 ?\ ])
4323(coding-system-put 'cp720 'mime-charset nil) ; not in IANA list 4344(coding-system-put 'cp720 'mime-charset nil) ; not in IANA list
4324 4345
4346;;;###autoload(autoload-coding-system 'cp1125 '(require 'code-pages))
4325;; http://oss.software.ibm.com/cvs/icu/charset/data/ucm/ibm-1125_P100-2000.ucm 4347;; http://oss.software.ibm.com/cvs/icu/charset/data/ucm/ibm-1125_P100-2000.ucm
4326(cp-make-coding-system 4348(cp-make-coding-system
4327 cp1125 4349 cp1125
@@ -4461,6 +4483,7 @@ Return an updated `non-iso-charset-alist'."
4461;; Suggested by Anton Zinoviev <anton@lml.bas.bg>: Bulgarian DOS 4483;; Suggested by Anton Zinoviev <anton@lml.bas.bg>: Bulgarian DOS
4462;; codepage. Table at 4484;; codepage. Table at
4463;; <URL:http://czyborra.com/charsets/bulgarian-mik.txt.gz>. 4485;; <URL:http://czyborra.com/charsets/bulgarian-mik.txt.gz>.
4486;;;###autoload(autoload-coding-system 'mik '(require 'code-pages))
4464(cp-make-coding-system 4487(cp-make-coding-system
4465 mik 4488 mik
4466 [?А ?Б ?В ?Г ?Д ?Е ?Ж ?З ?И ?Й ?К ?Л ?М ?Н ?О ?П ?Р ?С ?Т ?У ?Ф ?Х ?Ц 4489 [?А ?Б ?В ?Г ?Д ?Е ?Ж ?З ?И ?Й ?К ?Л ?М ?Н ?О ?П ?Р ?С ?Т ?У ?Ф ?Х ?Ц