Add support for creating codepage/Unicode mapping tables
commita392e545be782be90ff8df5eaaff12e879fe6fa1
authorH. Peter Anvin <hpa@zytor.com>
Thu, 5 Jun 2008 23:09:50 +0000 (5 16:09 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 5 Jun 2008 23:09:50 +0000 (5 16:09 -0700)
treebe6351562bfff649b09532110dfd6f4158f8e5bd
parent137d0a76204e69eaf5fa6921e6b3599b32a4b4cf
Add support for creating codepage/Unicode mapping tables

Add support for creating codepage/Unicode mapping tables; this is a
step toward VFAT long filename support.
Makefile
codepage/Makefile [new file with mode: 0644]
codepage/UnicodeData [new file with mode: 0644]
codepage/cp437.txt [new file with mode: 0644]
codepage/cp850.txt [new file with mode: 0644]
codepage/cp865.txt [new file with mode: 0644]
codepage/cptable.pl [new file with mode: 0755]
codepage/gensubset.pl [new file with mode: 0755]