17925
|
1 ;;; latin-4.el --- support for ISO Latin 4 (ISO 8859-4)
|
|
2
|
|
3 ;; Copyright (C) 1988,1997 Free Software Foundation, Inc.
|
|
4
|
|
5 ;; Author: Erik Naggum
|
|
6 ;; Maintainer: FSF
|
|
7 ;; Keywords: i18n
|
|
8
|
|
9 ;; This file is part of GNU Emacs.
|
|
10
|
|
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
|
|
12 ;; it under the terms of the GNU General Public License as published by
|
|
13 ;; the Free Software Foundation; either version 2, or (at your option)
|
|
14 ;; any later version.
|
|
15
|
|
16 ;; GNU Emacs is distributed in the hope that it will be useful,
|
|
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19 ;; GNU General Public License for more details.
|
|
20
|
|
21 ;; You should have received a copy of the GNU General Public License
|
|
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
|
|
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
24 ;; Boston, MA 02111-1307, USA.
|
|
25
|
|
26 ;;; Commentary:
|
|
27
|
|
28 ;; Written by Erik Naggum. See case-table.el for details.
|
|
29
|
|
30 ;;; Code:
|
|
31
|
|
32 (require 'case-table)
|
|
33
|
|
34 (let ((tbl (standard-case-table))
|
|
35 (set-case-syntax-offset
|
|
36 (if enable-multibyte-characters
|
|
37 (- (make-char 'latin-iso8859-4) 128)
|
|
38 0)))
|
|
39 (set-case-syntax 160 "w" tbl) ;NO-BREAK SPACE
|
|
40 (set-case-syntax-pair 161 177 tbl) ;LATIN LETTER A WITH OGONEK
|
|
41 (set-case-syntax 162 "w" tbl) ;LATIN LETTER KRA
|
|
42 (set-case-syntax-pair 163 179 tbl) ;LATIN LETTER R WITH CEDILLA
|
|
43 (set-case-syntax 164 "w" tbl) ;CURRENCY SIGN
|
|
44 (set-case-syntax-pair 165 181 tbl) ;LATIN LETTER I WITH TILDE
|
|
45 (set-case-syntax-pair 166 182 tbl) ;LATIN LETTER L WITH CEDILLA
|
|
46 (set-case-syntax 167 "." tbl) ;SECTION SIGN
|
|
47 (set-case-syntax 168 "w" tbl) ;DIAERESIS
|
|
48 (set-case-syntax-pair 169 185 tbl) ;LATIN LETTER S WITH CARON
|
|
49 (set-case-syntax-pair 170 186 tbl) ;LATIN LETTER E WITH MACRON
|
|
50 (set-case-syntax-pair 171 187 tbl) ;LATIN LETTER G WITH CEDILLA
|
|
51 (set-case-syntax-pair 172 188 tbl) ;LATIN LETTER T WITH STROKE
|
|
52 (set-case-syntax 173 "w" tbl) ;SOFT HYPHEN
|
|
53 (set-case-syntax-pair 174 190 tbl) ;LATIN LETTER Z WITH CARON
|
|
54 (set-case-syntax 175 "_" tbl) ;OVERLINE
|
|
55 (set-case-syntax 176 "_" tbl) ;DEGREE SIGN
|
|
56 (set-case-syntax 178 "w" tbl) ;OGONEK
|
|
57 (set-case-syntax 180 "w" tbl) ;ACUTE ACCENT
|
|
58 (set-case-syntax 183 "w" tbl) ;CARON
|
|
59 (set-case-syntax 184 "w" tbl) ;CEDILLA
|
|
60 (set-case-syntax-pair 189 191 tbl) ;ENG
|
|
61 (set-case-syntax-pair 192 224 tbl) ;LATIN LETTER A WITH MACRON
|
|
62 (set-case-syntax-pair 193 225 tbl) ;LATIN LETTER A WITH ACUTE
|
|
63 (set-case-syntax-pair 194 226 tbl) ;LATIN LETTER A WITH CIRCUMFLEX
|
|
64 (set-case-syntax-pair 195 227 tbl) ;LATIN LETTER A WITH TILDE
|
|
65 (set-case-syntax-pair 196 228 tbl) ;LATIN LETTER A WITH DIAERESIS
|
|
66 (set-case-syntax-pair 197 229 tbl) ;LATIN LETTER A WITH RING ABOVE
|
|
67 (set-case-syntax-pair 198 230 tbl) ;LATIN LETTER AE
|
|
68 (set-case-syntax-pair 199 231 tbl) ;LATIN LETTER I WITH OGONEK
|
|
69 (set-case-syntax-pair 200 232 tbl) ;LATIN LETTER C WITH CARON
|
|
70 (set-case-syntax-pair 201 233 tbl) ;LATIN LETTER E WITH ACUTE
|
|
71 (set-case-syntax-pair 202 234 tbl) ;LATIN LETTER E WITH OGONEK
|
|
72 (set-case-syntax-pair 203 235 tbl) ;LATIN LETTER E WITH DIAERESIS
|
|
73 (set-case-syntax-pair 204 236 tbl) ;LATIN LETTER E WITH DOT ABOVE
|
|
74 (set-case-syntax-pair 205 237 tbl) ;LATIN LETTER I WITH ACUTE
|
|
75 (set-case-syntax-pair 206 238 tbl) ;LATIN LETTER I WITH CIRCUMFLEX
|
|
76 (set-case-syntax-pair 207 239 tbl) ;LATIN LETTER I WITH MACRON
|
|
77 (set-case-syntax-pair 208 240 tbl) ;LATIN LETTER D WITH STROKE
|
|
78 (set-case-syntax-pair 209 241 tbl) ;LATIN LETTER N WITH CEDILLA
|
|
79 (set-case-syntax-pair 210 242 tbl) ;LATIN LETTER O WITH MACRON
|
|
80 (set-case-syntax-pair 211 243 tbl) ;LATIN LETTER K WITH CEDILLA
|
|
81 (set-case-syntax-pair 212 244 tbl) ;LATIN LETTER O WITH CIRCUMFLEX
|
|
82 (set-case-syntax-pair 213 245 tbl) ;LATIN LETTER O WITH TILDE
|
|
83 (set-case-syntax-pair 214 246 tbl) ;LATIN LETTER O WITH DIAERESIS
|
|
84 (set-case-syntax 215 "_" tbl) ;MULTIPLICATION SIGN
|
|
85 (set-case-syntax-pair 216 248 tbl) ;LATIN LETTER O WITH STROKE
|
|
86 (set-case-syntax-pair 217 249 tbl) ;LATIN LETTER U WITH OGONEK
|
|
87 (set-case-syntax-pair 218 250 tbl) ;LATIN LETTER U WITH ACUTE
|
|
88 (set-case-syntax-pair 219 251 tbl) ;LATIN LETTER U WITH CIRCUMFLEX
|
|
89 (set-case-syntax-pair 220 252 tbl) ;LATIN LETTER U WITH DIAERESIS
|
|
90 (set-case-syntax-pair 221 253 tbl) ;LATIN LETTER U WITH TILDE
|
|
91 (set-case-syntax-pair 222 254 tbl) ;LATIN LETTER U WITH MACRON
|
|
92 (set-case-syntax 223 "w" tbl) ;LATIN LETTER SHARP S
|
|
93 (set-case-syntax 247 "_" tbl) ;DIVISION SIGN
|
|
94 (set-case-syntax 255 "w" tbl)) ;DOT ABOVE
|
|
95
|
|
96 (provide 'latin-4)
|
|
97
|
|
98 ;;; latin-4.el ends here
|