diff etc/charsets/README @ 89482:b875692f1ec6

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 12:06:53 +0000
parents 957a41d75fd5
children 4595caa03b6b
line wrap: on
line diff
--- a/etc/charsets/README	Wed Jul 09 02:16:17 2003 +0000
+++ b/etc/charsets/README	Mon Sep 08 12:06:53 2003 +0000
@@ -1,8 +1,8 @@
 # README file for charset mapping files in this directory.
-# Copyright (C) 2001, 2002
+# Copyright (C) 2003
 #   National Institute of Advanced Industrial Science and Technology (AIST)
 #   Registration Number H13PRO009
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2003 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -39,52 +39,6 @@
 
 (2) Source of mapping files
 
-Most mapping files are generated from the data files distributed with
-glibc (under the sub-directory "localedata/charmaps").  This list
-shows the correspondence of the data file, the mapping file, and which
-charset uses it.
-
-DATA-FILE			MAP-FILE		CHARSET
-=========			========		=======
-ISO-8859-2			8859-2.map		iso-8859-2
-ISO-8859-3			8859-3.map		iso-8859-3
-ISO-8859-4			8859-4.map		iso-8859-4
-ISO-8859-5			8859-5.map		iso-8859-5
-ISO-8859-6			8859-6.map		iso-8859-6
-ISO-8859-7			8859-7.map		iso-8859-7
-ISO-8859-8			8859-8.map		iso-8859-8
-ISO-8859-9			8859-9.map		iso-8859-9
-ISO-8859-10			8859-10.map		iso-8859-10
-ISO-8859-13			8859-13.map		iso-8859-13
-ISO-8859-14			8859-14.map		iso-8859-14
-ISO-8859-15			8859-15.map		iso-8859-15
-ISO-8859-16			8859-16.map		iso-8859-16
-GB2312				gb2312-1980.map		chinese-gb2312
-EUC-KR				ksc5601-1987.map	korean-ksc5601
-JIS_C6220-1969-RO and EUC-JP	jisx0201.map		jisx0201	
-EUC-JP				jisx0208-1990.map	japanese-jisx0208
-EUC-JP				jisx0212-1990.map	japanese-jisx0212
-EUC-TW				cns11643-1.map		chinese-cns11643-1
-EUC-TW				cns11643-2.map		chinese-cns11643-2
-BIG5				big5.map		big5
-BIG5				big5-1.map		chinese-big5-1
-BIG5				big5-2.map		chinese-big5-2
-MACINTOSH			mac-roman.map		mac-roman
-VISCII				viscii.map		viscii
-VISCII				viscii-lower.map	vietnamese-viscii-lower
-VISCII				viscii-upper.map	vietnamese-viscii-upper
-KOI8-R				koi8-r.map		koi8-r
-IBM866				ibm866.map		alternativnyj
-CP1251				windows-1251.map	windows-1251
-CP1250				windows-1250.map	windows-1250
-GEORGIAN-PS			georgian-ps.map		georgian-ps
-KOI8-U				koi8-u.map		koi8-u
-KOI8-T				koi8-t.map		koi8-t
-EBCDIC-US			ebcdic.us.map		ebcdic-us
-EBCDIC-UK			ebcdic.uk.map		ebcdic-uk
-CP1250				windows-1250.map	windows-1250
-CP1251				windows-1251.map	windows-1251
-CP1252				windows-1252.map	windows-1252
-
-From ICU:
-				cp1125.map		cp1125
+All mapping files are generated automatically from data files freely
+available on the Internet (e.g. glibc/localedata/charmaps").  See the
+file ../../admin/charsets/Makefile for the detail.