Refactor charset plugins a bit and add CP437 module.
commit37042c7bc0f349370e93e4bed37d8fa371013247
authorAlexander Bokovoy <ab@samba.org>
Thu, 28 Aug 2003 17:16:27 +0000 (28 17:16 +0000)
committerAlexander Bokovoy <ab@samba.org>
Thu, 28 Aug 2003 17:16:27 +0000 (28 17:16 +0000)
treee13e3d492d90586436cafecf4501e28f8ef752d8
parent7105f4bcabb29126999b5494f6d60d6f766ab5cc
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.
source/Makefile.in
source/configure.in
source/include/charset.h
source/modules/CP437.c [copied from source/modules/CP850.c with 58% similarity]
source/modules/CP850.c
source/script/.cvsignore
source/script/gap.awk [new file with mode: 0644]
source/script/gaptab.awk [new file with mode: 0644]
source/script/gen-8bit-gap.sh.in [new file with mode: 0755]