Add more codepage data; support disjoint mappings
commit385e460b5a9738eda6a4344012bad09b431a4ee0
authorH. Peter Anvin <hpa@zytor.com>
Wed, 25 Jun 2008 19:10:44 +0000 (25 12:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 25 Jun 2008 19:10:44 +0000 (25 12:10 -0700)
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 [copied from codepage/cp865.txt with 70% similarity]
codepage/cp775.txt [copied from codepage/cp850.txt with 71% similarity]
codepage/cp850.txt
codepage/cp852.txt [copied from codepage/cp850.txt with 72% similarity]
codepage/cp855.txt [copied from codepage/cp850.txt with 58% similarity]
codepage/cp857.txt [copied from codepage/cp850.txt with 92% similarity]
codepage/cp860.txt [copied from codepage/cp437.txt with 90% similarity]
codepage/cp861.txt [copied from codepage/cp865.txt with 93% similarity]
codepage/cp862.txt [copied from codepage/cp437.txt with 84% similarity]
codepage/cp863.txt [copied from codepage/cp437.txt with 89% similarity]
codepage/cp864.txt [new file with mode: 0644]
codepage/cp865.txt
codepage/cp866.txt [copied from codepage/cp437.txt with 67% similarity]
codepage/cp869.txt [copied from codepage/cp850.txt with 59% similarity]
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]