summaryrefslogtreecommitdiffstats
path: root/source/script/gaptab.awk
Commit message (Collapse)AuthorAgeFilesLines
* Fix scripts to generate correct tables for compilers which have character ↵Alexander Bokovoy2003-09-171-2/+2
| | | | constants as signed chars instead of unsigned
* Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy2003-08-281-0/+48
Now all 8-bit charsets with gaps (not all symbols defined) could be produced through one macro -- SMB_GENERATE_CHARSET_MODULE_8_BIT_GAP(CHARSETNAME) within source file with three charset tables. Full source code for such modules can be generated by source/script/gen-8bit-gap.sh script which was taken from GNU libc and changed slightly to follow our data types and structure.