comparison lisp/language/european.el @ 42051:7b6dcc19e895

("Welsh", "Latin-7", "Lithuanian") ("Latvian"): New languages.
author Dave Love <fx@gnu.org>
date Sat, 15 Dec 2001 17:43:05 +0000
parents 8fb314e3c7fd
children e3ae5ef41293
comparison
equal deleted inserted replaced
42050:6c1b3df2bbd2 42051:7b6dcc19e895
358 (tutorial . "TUTORIAL.pl") 358 (tutorial . "TUTORIAL.pl")
359 (sample-text . "P,Bs(Bjd,B<(B, ki,Bq(B-,B?(Be t,Bj(B chmurno,B6f(B w g,B31(Bb flaszy") 359 (sample-text . "P,Bs(Bjd,B<(B, ki,Bq(B-,B?(Be t,Bj(B chmurno,B6f(B w g,B31(Bb flaszy")
360 (documentation . t)) 360 (documentation . t))
361 '("European")) 361 '("European"))
362 362
363 (set-language-info-alist
364 "Welsh" `((coding-system utf-8 latin-8) ; the input method is Unicode-based
365 (coding-priority utf-8 latin-8)
366 (input-method . "welsh")
367 (documentation . "Support for Welsh, using Unicode."))
368 '("European"))
369
370 (set-language-info-alist
371 "Latin-7" `((coding-system latin-7)
372 (coding-priority latin-7)
373 ;; Fixme: input-method
374 (features code-pages)
375 (documentation . "Support for Latin-7, e.g. Latvian, Lithuanian."))
376 '("European"))
377
378 (set-language-info-alist
379 "Lithuanian" `((coding-system latin-7)
380 (coding-priority latin-7)
381 (input-method . "lithuanian-keyboard")
382 (features code-pages)
383 (documentation . "Support for Lithuanian."))
384 '("European"))
385
386 (set-language-info-alist
387 "Latvian" `((coding-system latin-7)
388 (coding-priority latin-7)
389 (input-method . "latvian-keyboard")
390 (features code-pages)
391 (documentation . "Support for Latvian."))
392 '("European"))
363 393
364 ;; Definitions for the Mac Roman character sets and coding system. 394 ;; Definitions for the Mac Roman character sets and coding system.
365 ;; The Mac Roman encoding uses all 128 code points in the range 128 to 395 ;; The Mac Roman encoding uses all 128 code points in the range 128 to
366 ;; 255 for actual characters. Emacs decodes them to one of the 396 ;; 255 for actual characters. Emacs decodes them to one of the
367 ;; following character sets. 397 ;; following character sets.