Mercurial > hg > xemacs-beta
comparison lisp/mule/european.el @ 863:42375619fa45
[xemacs-hg @ 2002-06-04 06:03:59 by andyp]
merge 21.4 windows changes, minimally tested
author | andyp |
---|---|
date | Tue, 04 Jun 2002 06:05:53 +0000 |
parents | 602aa4ed9900 |
children | e71117a6ddac |
comparison
equal
deleted
inserted
replaced
862:278c743f1578 | 863:42375619fa45 |
---|---|
25 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | 25 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
26 ;; 02111-1307, USA. | 26 ;; 02111-1307, USA. |
27 | 27 |
28 ;;; Commentary: | 28 ;;; Commentary: |
29 | 29 |
30 ;; Support six Latin coded character sets ISO8859-1,2,3,4,9,15. | 30 ;; For Europeans, six coded character sets ISO8859-1,2,3,4,9 are supported. |
31 ;; Note: ISO 8859/15 (Latin-9) is supported via the latin-unity package. | |
31 | 32 |
32 ;; #### latin.el would be a better name for this file. | 33 ;; #### latin.el would be a better name for this file. |
33 | 34 |
34 ;;; Code: | 35 ;;; Code: |
35 ; (make-charset 'latin-iso8859-1 | 36 ; (make-charset 'latin-iso8859-1 |