Mercurial > hg > xemacs-beta
annotate lisp/mule/hebrew.el @ 4568:1d74a1d115ee
Add #'query-coding-region tests; do the work necessary to get them running.
lisp/ChangeLog addition:
2008-12-28 Aidan Kehoe <kehoea@parhasard.net>
* coding.el (default-query-coding-region):
Declare using defun*, so we can #'return-from to it on
encountering a safe-charsets value of t. Comment out a few
debug messages.
(query-coding-region):
Correct the docstring, it deals with a region, not a string.
(unencodable-char-position):
Correct the implementation for non-nil COUNT, special-case a zero
value for count, treat it as one. Don't rely on dynamic scope when
calling the main lambda.
* unicode.el (unicode-query-coding-region):
Comment out some debug messages here.
* mule/mule-coding.el (8-bit-fixed-query-coding-region):
Comment out some debug messages here.
* code-init.el (raw-text):
Add a safe-charsets property to this coding system.
* mule/korean.el (iso-2022-int-1):
* mule/korean.el (euc-kr):
* mule/korean.el (iso-2022-kr):
Add safe-charsets properties for these coding systems.
* mule/japanese.el (iso-2022-jp):
* mule/japanese.el (jis7):
* mule/japanese.el (jis8):
* mule/japanese.el (shift-jis):
* mule/japanese.el (iso-2022-jp-1978-irv):
* mule/japanese.el (euc-jp):
Add safe-charsets properties for all these coding systems.
* mule/iso-with-esc.el:
Add safe-charsets properties to all the coding systems in
here. Comment on the downside of a safe-charsets value of t for
iso-latin-1-with-esc.
* mule/hebrew.el (ctext-hebrew):
Add a safe-charsets property for this coding system.
* mule/devanagari.el (in-is13194-devanagari):
Add a safe-charsets property for this coding system.
* mule/chinese.el (cn-gb-2312):
* mule/chinese.el (hz-gb-2312):
* mule/chinese.el (big5):
Add safe-charsets properties for these coding systems.
* mule/latin.el (iso-8859-14):
Add an implementation for this, using #'make-8-bit-coding-system.
* mule/mule-coding.el (ctext):
* mule/mule-coding.el (iso-2022-8bit-ss2):
* mule/mule-coding.el (iso-2022-7bit-ss2):
* mule/mule-coding.el (iso-2022-jp-2):
* mule/mule-coding.el (iso-2022-7bit):
* mule/mule-coding.el (iso-2022-8):
* mule/mule-coding.el (escape-quoted):
* mule/mule-coding.el (iso-2022-lock):
Add safe-charsets properties for all these coding systems.
src/ChangeLog addition:
2008-12-28 Aidan Kehoe <kehoea@parhasard.net>
* file-coding.c (Fmake_coding_system):
Document our use of the safe-chars and safe-charsets properties,
and the differences compared to GNU.
(make_coding_system_1): Don't drop the safe-chars and
safe-charsets properties.
(Fcoding_system_property): Return the safe-chars and safe-charsets
properties when asked for them.
* file-coding.h (CODING_SYSTEM_SAFE_CHARSETS):
* coding-system-slots.h:
Make the safe-chars and safe-charsets slots available in these
headers.
tests/ChangeLog addition:
2008-12-28 Aidan Kehoe <kehoea@parhasard.net>
* automated/query-coding-tests.el:
New file, testing the functionality of #'query-coding-region and
#'query-coding-string.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 28 Dec 2008 14:46:24 +0000 |
parents | f4c3ffe60a4f |
children | e0a8715fdb1f |
rev | line source |
---|---|
428 | 1 ;;; hebrew.el --- Support for Hebrew -*- coding: iso-2022-7bit; -*- |
2 | |
3 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | |
4 ;; Licensed to the Free Software Foundation. | |
5 | |
6 ;; Keywords: multilingual, Hebrew | |
7 | |
8 ;; This file is part of GNU Emacs. | |
9 | |
10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
11 ;; it under the terms of the GNU General Public License as published by | |
12 ;; the Free Software Foundation; either version 2, or (at your option) | |
13 ;; any later version. | |
14 | |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
23 ;; Boston, MA 02111-1307, USA. | |
24 | |
25 ;;; Commentary: | |
26 | |
450 | 27 ;; ISO 8859-8 (Hebrew) support. |
428 | 28 |
29 ;;; Code: | |
30 | |
778 | 31 ; (make-charset 'hebrew-iso8859-8 |
32 ; "Right-Hand Part of Latin/Hebrew Alphabet (ISO/IEC 8859-8): ISO-IR-138" | |
33 ; '(dimension | |
34 ; 1 | |
35 ; registry "ISO8859-8" | |
36 ; chars 96 | |
37 ; columns 1 | |
38 ; direction r2l | |
39 ; final ?H | |
40 ; graphic 1 | |
41 ; short-name "RHP of ISO8859/8" | |
42 ; long-name "RHP of Hebrew (ISO 8859-8): ISO-IR-138" | |
43 ; )) | |
44 | |
428 | 45 ;; Syntax of Hebrew characters |
46 (loop for c from 96 to 122 | |
47 do (modify-syntax-entry (make-char 'hebrew-iso8859-8 c) "w")) | |
48 (modify-syntax-entry (make-char 'hebrew-iso8859-8 32) "w") ; no-break space | |
49 | |
50 | |
4299 | 51 (make-8-bit-coding-system |
52 'iso-8859-8 | |
53 '((#xAA ?\u00D7) ;; MULTIPLICATION SIGN | |
54 (#xBA ?\u00F7) ;; DIVISION SIGN | |
55 (#xDF ?\u2017) ;; DOUBLE LOW LINE | |
56 (#xE0 ?\u05D0) ;; HEBREW LETTER ALEF | |
57 (#xE1 ?\u05D1) ;; HEBREW LETTER BET | |
58 (#xE2 ?\u05D2) ;; HEBREW LETTER GIMEL | |
59 (#xE3 ?\u05D3) ;; HEBREW LETTER DALET | |
60 (#xE4 ?\u05D4) ;; HEBREW LETTER HE | |
61 (#xE5 ?\u05D5) ;; HEBREW LETTER VAV | |
62 (#xE6 ?\u05D6) ;; HEBREW LETTER ZAYIN | |
63 (#xE7 ?\u05D7) ;; HEBREW LETTER HET | |
64 (#xE8 ?\u05D8) ;; HEBREW LETTER TET | |
65 (#xE9 ?\u05D9) ;; HEBREW LETTER YOD | |
66 (#xEA ?\u05DA) ;; HEBREW LETTER FINAL KAF | |
67 (#xEB ?\u05DB) ;; HEBREW LETTER KAF | |
68 (#xEC ?\u05DC) ;; HEBREW LETTER LAMED | |
69 (#xED ?\u05DD) ;; HEBREW LETTER FINAL MEM | |
70 (#xEE ?\u05DE) ;; HEBREW LETTER MEM | |
71 (#xEF ?\u05DF) ;; HEBREW LETTER FINAL NUN | |
72 (#xF0 ?\u05E0) ;; HEBREW LETTER NUN | |
73 (#xF1 ?\u05E1) ;; HEBREW LETTER SAMEKH | |
74 (#xF2 ?\u05E2) ;; HEBREW LETTER AYIN | |
75 (#xF3 ?\u05E3) ;; HEBREW LETTER FINAL PE | |
76 (#xF4 ?\u05E4) ;; HEBREW LETTER PE | |
77 (#xF5 ?\u05E5) ;; HEBREW LETTER FINAL TSADI | |
78 (#xF6 ?\u05E6) ;; HEBREW LETTER TSADI | |
79 (#xF7 ?\u05E7) ;; HEBREW LETTER QOF | |
80 (#xF8 ?\u05E8) ;; HEBREW LETTER RESH | |
81 (#xF9 ?\u05E9) ;; HEBREW LETTER SHIN | |
82 (#xFA ?\u05EA) ;; HEBREW LETTER TAV | |
83 (#xFD ?\u200E) ;; LEFT-TO-RIGHT MARK | |
84 (#xFE ?\u200F)) ;; RIGHT-TO-LEFT MARK | |
771 | 85 "ISO-8859-8 (Hebrew)" |
4299 | 86 '(mnemonic "MIME/Hbrw")) |
428 | 87 |
88 (make-coding-system | |
89 'ctext-hebrew 'iso2022 | |
771 | 90 "ISO-8859-8-E (Hebrew, explicit directional coding)" |
428 | 91 '(charset-g0 ascii |
92 charset-g1 hebrew-iso8859-8 | |
93 charset-g2 t | |
94 charset-g3 t | |
4568
1d74a1d115ee
Add #'query-coding-region tests; do the work necessary to get them running.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4299
diff
changeset
|
95 safe-charsets (ascii hebrew-iso8859-8) |
428 | 96 mnemonic "CText/Hbrw" |
97 )) | |
98 | |
99 (set-language-info-alist | |
100 "Hebrew" '((charset hebrew-iso8859-8) | |
101 (coding-system iso-8859-8) | |
102 (coding-priority iso-8859-8) | |
3970 | 103 ;; Not available in packages. |
104 ;; (input-method . "hebrew") | |
428 | 105 (sample-text . "Hebrew [2],Hylem[0](B") |
106 (documentation . "Right-to-left writing is not yet supported.") | |
107 )) | |
108 | |
109 ;;; hebrew.el ends here |