Fix for #150.
authorAlexander Bokovoy <ab@samba.org>
Tue, 26 Aug 2003 19:48:16 +0000 (19:48 +0000)
committerAlexander Bokovoy <ab@samba.org>
Tue, 26 Aug 2003 19:48:16 +0000 (19:48 +0000)
commit7e27147422e78125c2bb5b8115bd9084a657e084
tree5653755bc833ca1376ce0539dd78a448c45c5505
parent5e6c6d766f5782dd1f91bf249f5f8ea7878977a6
Fix for #150.
We now fallback to Samba-provided CP850 charset module if CP850 or IBM850 does not exist on target system at runtime.
1. Introduce CP850 charset module based on charmaps table from GNU libc 2.2.5
2. Make CP850 charset module shared and build it by default

Should fix Solaris run-time
(This used to be commit e855dc8c9115fa11d315eb34d57722ff612daa11)
source3/Makefile.in
source3/configure.in
source3/modules/CP850.c [new file with mode: 0644]
source3/torture/smbiconv.c