summaryrefslogtreecommitdiff
path: root/lib/util/charset/iconv.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-31finished adding UTF16_MUNGED charsetAndrew Tridgell1-70/+41
Changed the approach for the charset to go via utf16, which makes a bit more sense to read. Added a testsuiite for UTF16_MUNGED as part of LOCAL-ICONV
2008-10-31added a new charset for string2keyAndrew Tridgell1-0/+132
This charset follows the rules for converting random buffers to utf8 strings, matching the way windows does it. This should allow us to be compatible for the generation of AES keys
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Move charset library to top level.Jelmer Vernooij1-0/+711