summaryrefslogtreecommitdiff
path: root/codepage/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add more codepage data; support disjoint mappingsH. Peter Anvin2008-06-251-1/+3
| | | | | | | 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.
* FAT: make all codepage data derived from the same placeH. Peter Anvin2008-06-091-4/+4
| | | | | Make the codepage data all derive from the Unicode tables, and create files that could be dynamically loaded in the future.
* FAT: Support VFAT long filenamessyslinux-3.70-pre13H. Peter Anvin2008-06-061-5/+5
| | | | | | | Initial support for VFAT long filenames; currently hard-coded to codepage 865, no support for other codepages or for accessing files with names which aren't in the current codepage. This hopefully shouldn't be an issue for SYSLINUX applications.
* codepage: add "make spotless" targetH. Peter Anvin2008-06-051-0/+2
|
* Add support for creating codepage/Unicode mapping tablesH. Peter Anvin2008-06-051-0/+17
Add support for creating codepage/Unicode mapping tables; this is a step toward VFAT long filename support.