comparison lisp/international/iso-acc.el @ 45941:c4e0e965ce70

(iso-languages) <french>: `~ ' now generates `~', `~,' definition deleted.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jun 2002 09:56:25 +0000
parents 5138658d1fea
children 0d8b17d428b5
comparison
equal deleted inserted replaced
45940:738d95b72204 45941:c4e0e965ce70
31 ;; according to the ISO-8859-1...3 character sets. 31 ;; according to the ISO-8859-1...3 character sets.
32 ;; 32 ;;
33 ;; In `iso-accents-mode', pseudo accent characters are used to 33 ;; In `iso-accents-mode', pseudo accent characters are used to
34 ;; introduce accented keys. The pseudo-accent characters are: 34 ;; introduce accented keys. The pseudo-accent characters are:
35 ;; 35 ;;
36 ;; ' (minute) -> grave accent 36 ;; ' (minute) -> actue accent
37 ;; ` (backtick) -> acute accent 37 ;; ` (backtick) -> grave accent
38 ;; " (second) -> diaeresis 38 ;; " (second) -> diaeresis
39 ;; ^ (caret) -> circumflex 39 ;; ^ (caret) -> circumflex
40 ;; ~ (tilde) -> tilde over the character 40 ;; ~ (tilde) -> tilde over the character
41 ;; / (slash) -> slash through the character. 41 ;; / (slash) -> slash through the character.
42 ;; Also: /A is A-with-ring and /E is AE ligature. 42 ;; Also: /A is A-with-ring and /E is AE ligature.
112 (?\ . ?^)) 112 (?\ . ?^))
113 (?\" (?E . ?\313) (?I . ?\317) 113 (?\" (?E . ?\313) (?I . ?\317)
114 (?e . ?\353) (?i . ?\357) 114 (?e . ?\353) (?i . ?\357)
115 (?\ . ?\")) 115 (?\ . ?\"))
116 (?~ (?< . ?\253) (?> . ?\273) (?C . ?\307) (?c . ?\347) 116 (?~ (?< . ?\253) (?> . ?\273) (?C . ?\307) (?c . ?\347)
117 (?, . ?,)) 117 (?\ . ?~))
118 (?, (?C . ?\307) (?c . ?\347) (?\ . ?\,))) 118 (?, (?C . ?\307) (?c . ?\347) (?\ . ?\,)))
119 119
120 ("german" 120 ("german"
121 (?\" (?A . ?\304) (?O . ?\326) (?U . ?\334) 121 (?\" (?A . ?\304) (?O . ?\326) (?U . ?\334)
122 (?a . ?\344) (?o . ?\366) (?u . ?\374) (?s . ?\337) (?\ . ?\"))) 122 (?a . ?\344) (?o . ?\366) (?u . ?\374) (?s . ?\337) (?\ . ?\")))