comparison lisp/language/cyrillic.el @ 45639:86424df72c8b

(cyrillic-alternativnyj-decode-table): Fix the table to contain correct characters.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 05 Jun 2002 05:07:58 +0000
parents e3ae5ef41293
children 81c9cd627d93
comparison
equal deleted inserted replaced
45638:db88447c47a4 45639:86424df72c8b
167 ?,LP(B ?,LQ(B ?,LR(B ?,LS(B ?,LT(B ?,LU(B ?,LV(B ?,LW(B ?,LX(B ?,LY(B ?,LZ(B ?,L[(B ?,L\(B ?,L](B ?,L^(B ?,L_(B 167 ?,LP(B ?,LQ(B ?,LR(B ?,LS(B ?,LT(B ?,LU(B ?,LV(B ?,LW(B ?,LX(B ?,LY(B ?,LZ(B ?,L[(B ?,L\(B ?,L](B ?,L^(B ?,L_(B
168 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 168 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
169 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 169 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
170 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 170 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
171 ?,L`(B ?,La(B ?,Lb(B ?,Lc(B ?,Ld(B ?,Le(B ?,Lf(B ?,Lg(B ?,Lh(B ?,Li(B ?,Lj(B ?,Lk(B ?,Ll(B ?,Lm(B ?,Ln(B ?,Lo(B 171 ?,L`(B ?,La(B ?,Lb(B ?,Lc(B ?,Ld(B ?,Le(B ?,Lf(B ?,Lg(B ?,Lh(B ?,Li(B ?,Lj(B ?,Lk(B ?,Ll(B ?,Lm(B ?,Ln(B ?,Lo(B
172 ?,L!(B ?,Lq(B 242 243 244 245 246 247 248 249 250 251 252 253 254 ?,Lp(B] 172 ?,L!(B ?,Lq(B ?,L$(B ?,Lt(B ?,L'(B ?,Lw(B ?,L.(B ?,L~(B 248 249 250 251 ?,Lp(B 253 254 ?,L (B]
173 "Cyrillic ALTERNATIVNYJ decoding table.") 173 "Cyrillic ALTERNATIVNYJ decoding table.")
174 174
175 (let ((table (make-translation-table-from-vector 175 (let ((table (make-translation-table-from-vector
176 cyrillic-alternativnyj-decode-table))) 176 cyrillic-alternativnyj-decode-table)))
177 (define-translation-table 'cyrillic-alternativnyj-nonascii-translation-table 177 (define-translation-table 'cyrillic-alternativnyj-nonascii-translation-table