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)
commite855dc8c9115fa11d315eb34d57722ff612daa11
tree293cfee49c52836aca9e0528dc11a163160c8184
parent5f41cd76b793305e1e9e4da76d58daa2d8438c63
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
source/Makefile.in
source/configure.in
source/modules/CP850.c [new file with mode: 0644]
source/torture/smbiconv.c