summaryrefslogtreecommitdiff
path: root/lib/util/charset/CP437.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-20lib/util/charcnv: Remove broken internal CP850 and CP464 modulesAndrew Bartlett1-135/+0
These modules are now known to be faulty, and Samba 3.6.0 didn't include support for them, so we now require a system iconv if you wish to support these character sets for the non-ASCII range. Andrew Bartlett
2011-05-13lib/util/charset Move built-in charset modules to the top levelAndrew Bartlett1-0/+135
This removes the 'charset' subsystem and allows these modules to be used across the whole of Samba. Andrew Bartlett