comparison lisp/language/european.el @ 28436:2dbedede8507

("Polish"): New language environment. (setup-polish-environment): New function.
author Kenichi Handa <handa@m17n.org>
date Fri, 31 Mar 2000 01:11:51 +0000
parents 86441316f662
children 8ed2572aa67c
comparison
equal deleted inserted replaced
28435:04faa8300714 28436:2dbedede8507
345 (unibyte-display . iso-latin-5) 345 (unibyte-display . iso-latin-5)
346 (input-method . "turkish-postfix") 346 (input-method . "turkish-postfix")
347 (sample-text . "Turkish (T,M|(Brk,Mg(Be) Merhaba") 347 (sample-text . "Turkish (T,M|(Brk,Mg(Be) Merhaba")
348 (documentation . t))) 348 (documentation . t)))
349 349
350 ;; Polish ISO 8859-2 environment.
351 ;; Maintainer: Wlodek Bzyl <matwb@univ.gda.pl>
352 ;; Keywords: multilingual, Polish
353
354 (defun setup-polish-environment ()
355 "Setup multilingual environment (MULE) for Polish."
356 (interactive)
357 (set-language-environment "Polish"))
358
359 (set-language-info-alist
360 "Polish" '((charset . (ascii latin-iso8859-2))
361 (coding-system . (iso-8859-2))
362 (coding-priority . (iso-8859-2))
363 (input-method . "polish-slash")
364 (nonascii-translation . latin-iso8859-2)
365 (unibyte-syntax . "latin-2")
366 (unibyte-display . iso-8859-2)
367 (tutorial . "TUTORIAL.pl")
368 (sample-text . ",B1!fFjJ3#qQsS6&?/<,(B")
369 (documentation . t))
370 '("European"))
371
350 ;;; european.el ends here 372 ;;; european.el ends here