diff options
| author | Kenichi Handa | 2006-05-19 04:25:54 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-05-19 04:25:54 +0000 |
| commit | a161b46d27b3b9deb0aa218a108ff53af0ecca7f (patch) | |
| tree | ef5d4f8d86e955f5ae40a856e0f644f1136bf4d3 | |
| parent | a37288ad91ae681f5239ea3eb5c7d975341c3f70 (diff) | |
| download | emacs-a161b46d27b3b9deb0aa218a108ff53af0ecca7f.tar.gz emacs-a161b46d27b3b9deb0aa218a108ff53af0ecca7f.zip | |
(mik): Table corrected.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/international/code-pages.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31efe51b263..8d6dfbba75a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change) | ||
| 2 | |||
| 3 | * international/code-pages.el (mik): Table corrected. | ||
| 4 | |||
| 1 | 2006-05-18 Kim F. Storm <storm@cua.dk> | 5 | 2006-05-18 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * progmodes/grep.el (grep-find): Don't check grep-find-command | 7 | * progmodes/grep.el (grep-find): Don't check grep-find-command |
diff --git a/lisp/international/code-pages.el b/lisp/international/code-pages.el index 359773ac346..13181268b36 100644 --- a/lisp/international/code-pages.el +++ b/lisp/international/code-pages.el | |||
| @@ -4489,7 +4489,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 4489 | 4489 | ||
| 4490 | ;; Suggested by Anton Zinoviev <anton@lml.bas.bg>: Bulgarian DOS | 4490 | ;; Suggested by Anton Zinoviev <anton@lml.bas.bg>: Bulgarian DOS |
| 4491 | ;; codepage. Table at | 4491 | ;; codepage. Table at |
| 4492 | ;; <URL:http://czyborra.com/charsets/bulgarian-mik.txt.gz>. | 4492 | ;; <http://en.wikipedia.org/wiki/MIK_Code_page>. |
| 4493 | ;;;###autoload(autoload-coding-system 'mik '(require 'code-pages)) | 4493 | ;;;###autoload(autoload-coding-system 'mik '(require 'code-pages)) |
| 4494 | (cp-make-coding-system | 4494 | (cp-make-coding-system |
| 4495 | mik | 4495 | mik |
| @@ -4497,7 +4497,7 @@ Return an updated `non-iso-charset-alist'." | |||
| 4497 | ?Ч ?Ш ?Щ ?Ъ ?Ы ?Ь ?Э ?Ю ?Я ?а ?б ?в ?г ?д ?е ?ж ?з ?и ?й ?к ?л ?м ?н | 4497 | ?Ч ?Ш ?Щ ?Ъ ?Ы ?Ь ?Э ?Ю ?Я ?а ?б ?в ?г ?д ?е ?ж ?з ?и ?й ?к ?л ?м ?н |
| 4498 | ?о ?п ?р ?с ?т ?у ?ф ?х ?ц ?ч ?ш ?щ ?ъ ?ы ?ь ?э ?ю ?я ?└ ?┴ ?┬ ?├ ?─ | 4498 | ?о ?п ?р ?с ?т ?у ?ф ?х ?ц ?ч ?ш ?щ ?ъ ?ы ?ь ?э ?ю ?я ?└ ?┴ ?┬ ?├ ?─ |
| 4499 | ?┼ ?╣ ?║ ?╚ ?╔ ?╩ ?╦ ?╠ ?═ ?╬ ?┐ ?░ ?▒ ?▓ ?│ ?┤ ?№ ?§ ?╗ ?╝ ?┘ ?┌ ?█ | 4499 | ?┼ ?╣ ?║ ?╚ ?╔ ?╩ ?╦ ?╠ ?═ ?╬ ?┐ ?░ ?▒ ?▓ ?│ ?┤ ?№ ?§ ?╗ ?╝ ?┘ ?┌ ?█ |
| 4500 | ?▄ ?▌ ?▐ ?▀ ?α ?β ?Γ ?π ?Σ ?σ ?μ ?τ ?Φ ?Θ ?Ω ?δ ?∞ ?∅ ?∈ ?∩ ?≡ ?± ?≥ | 4500 | ?▄ ?▌ ?▐ ?▀ ?α ?ß ?Γ ?π ?Σ ?σ ?µ ?τ ?Φ ?Θ ?Ω ?δ ?∞ ?φ ?ε ?∩ ?≡ ?± ?≥ |
| 4501 | ?≤ ?⌠ ?⌡ ?÷ ?≈ ?° ?∙ ?· ?√ ?ⁿ ?² ?■ ? ]) | 4501 | ?≤ ?⌠ ?⌡ ?÷ ?≈ ?° ?∙ ?· ?√ ?ⁿ ?² ?■ ? ]) |
| 4502 | (coding-system-put 'mik 'mime-charset nil) | 4502 | (coding-system-put 'mik 'mime-charset nil) |
| 4503 | 4503 | ||