aboutsummaryrefslogtreecommitdiff
path: root/unitbl2c.c
AgeCommit message (Collapse)AuthorFilesLines
32 hoursembed language & unicode tables into main executablesJavier1-0/+206
use KITTENC to embed all NLS files into executable KITTENC does not allow loading external files anymore... embed the cp???uni.tbl (codepage -> unicode conversion tables) into the main executable too. however, we will still try to find them in PATH if user cp is missing from the internal ones. this means the distribution zip/flp now contain much fewer files. con: some utilities now need to built in the host (kittenc & unitbl2c) this may make the build less portable; so far unix and dos/386 still work.