diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-08-28 17:16:27 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-08-28 17:16:27 +0000 |
commit | e83031c84de410cb19c96a4084b95f26619ce5a9 (patch) | |
tree | 50b33a3eec293a04bf9b635a097bc15928377e4f /source3/script/.cvsignore | |
parent | a75430992f6257815219f2301d872c67bcb00d76 (diff) | |
download | samba-e83031c84de410cb19c96a4084b95f26619ce5a9.tar.gz samba-e83031c84de410cb19c96a4084b95f26619ce5a9.tar.bz2 samba-e83031c84de410cb19c96a4084b95f26619ce5a9.zip |
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)
Diffstat (limited to 'source3/script/.cvsignore')
-rw-r--r-- | source3/script/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/.cvsignore b/source3/script/.cvsignore index 7a8114ecd7..0464ca2335 100644 --- a/source3/script/.cvsignore +++ b/source3/script/.cvsignore @@ -1 +1,2 @@ findsmb +gen-8bit-gap.sh |