summaryrefslogtreecommitdiff
path: root/lib/util/charset/tests
AgeCommit message (Collapse)AuthorFilesLines
2009-09-07s4:tests/iconv - Fix a warningMatthias Dieter Wallnöfer1-1/+2
2009-08-24Fix make test.Jeremy Allison1-0/+1
Jeremy.
2009-04-23Add a new non-convenience version of push_codepoint.Jelmer Vernooij1-1/+1
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-7/+4
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-3/+3
consistency with Samba 3.
2008-10-31finished adding UTF16_MUNGED charsetAndrew Tridgell1-0/+58
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-24Add version of next_codepoint without iconv_convenience.Jelmer Vernooij1-1/+1
2008-10-24Split up codepoints code, use consistent _m suffix.Jelmer Vernooij1-32/+32
2008-10-24Rename string_replace_w to string_replace_m, which is more correct.Jelmer Vernooij1-7/+7
2008-10-24Move charset library to top level.Jelmer Vernooij2-0/+696