Add more codepage data; support disjoint mappings
authorH. Peter Anvin <hpa@zytor.com>
Wed, 25 Jun 2008 19:10:44 +0000 (12:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 25 Jun 2008 19:10:44 +0000 (12:10 -0700)
commit385e460b5a9738eda6a4344012bad09b431a4ee0
treea302a0278db69a37d3508708322aeb8f547f6764
parentb078aa315d7d9ae23b914190f263c01295c3c70a
Add more codepage data; support disjoint mappings

Add additional codepage data from the Unicode Consortium.
Additionally, add support for generating codepage files for the case
where the filesystem codepage and the display codepage do not match.
The standard Makefile doesn't actually do that, however.
43 files changed:
codepage/Makefile
codepage/UnicodeData
codepage/cp1250.txt [new file with mode: 0644]
codepage/cp1251.txt [new file with mode: 0644]
codepage/cp1252.txt [new file with mode: 0644]
codepage/cp1253.txt [new file with mode: 0644]
codepage/cp1254.txt [new file with mode: 0644]
codepage/cp1255.txt [new file with mode: 0644]
codepage/cp1256.txt [new file with mode: 0644]
codepage/cp1257.txt [new file with mode: 0644]
codepage/cp1258.txt [new file with mode: 0644]
codepage/cp437.txt
codepage/cp737.txt [new file with mode: 0644]
codepage/cp775.txt [new file with mode: 0644]
codepage/cp850.txt
codepage/cp852.txt [new file with mode: 0644]
codepage/cp855.txt [new file with mode: 0644]
codepage/cp857.txt [new file with mode: 0644]
codepage/cp860.txt [new file with mode: 0644]
codepage/cp861.txt [new file with mode: 0644]
codepage/cp862.txt [new file with mode: 0644]
codepage/cp863.txt [new file with mode: 0644]
codepage/cp864.txt [new file with mode: 0644]
codepage/cp865.txt
codepage/cp866.txt [new file with mode: 0644]
codepage/cp869.txt [new file with mode: 0644]
codepage/cp874.txt [new file with mode: 0644]
codepage/cptable.pl
codepage/iso8859-1.txt [new file with mode: 0644]
codepage/iso8859-10.txt [new file with mode: 0644]
codepage/iso8859-11.txt [new file with mode: 0644]
codepage/iso8859-13.txt [new file with mode: 0644]
codepage/iso8859-14.txt [new file with mode: 0644]
codepage/iso8859-15.txt [new file with mode: 0644]
codepage/iso8859-16.txt [new file with mode: 0644]
codepage/iso8859-2.txt [new file with mode: 0644]
codepage/iso8859-3.txt [new file with mode: 0644]
codepage/iso8859-4.txt [new file with mode: 0644]
codepage/iso8859-5.txt [new file with mode: 0644]
codepage/iso8859-6.txt [new file with mode: 0644]
codepage/iso8859-7.txt [new file with mode: 0644]
codepage/iso8859-8.txt [new file with mode: 0644]
codepage/iso8859-9.txt [new file with mode: 0644]