Refactor charset plugins a bit and add CP437 module.
authorAlexander Bokovoy <ab@samba.org>
Thu, 28 Aug 2003 17:16:27 +0000 (17:16 +0000)
committerAlexander Bokovoy <ab@samba.org>
Thu, 28 Aug 2003 17:16:27 +0000 (17:16 +0000)
commite83031c84de410cb19c96a4084b95f26619ce5a9
tree50b33a3eec293a04bf9b635a097bc15928377e4f
parenta75430992f6257815219f2301d872c67bcb00d76
Refactor charset plugins a bit and add CP437 module.
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.
(This used to be commit 37042c7bc0f349370e93e4bed37d8fa371013247)
source3/Makefile.in
source3/configure.in
source3/include/charset.h
source3/modules/CP437.c [new file with mode: 0644]
source3/modules/CP850.c
source3/script/.cvsignore
source3/script/gap.awk [new file with mode: 0644]
source3/script/gaptab.awk [new file with mode: 0644]
source3/script/gen-8bit-gap.sh.in [new file with mode: 0755]