summaryrefslogtreecommitdiff
path: root/lib/util/charset/charcnv.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-28lib/util/charset use convert_string.c in commonAndrew Bartlett1-135/+0
2011-04-13lib/util/charset Fix and add public interface for convert_string_error_handleAndrew Bartlett1-7/+8
2011-03-30Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison1-3/+3
2011-03-25charcnv: ensure convert_string_error doesn't conflict with s3 functionAndrew Tridgell1-5/+5
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett1-4/+4
2011-03-25charcnv: added convert_string_error()Andrew Tridgell1-33/+57
2011-03-25libcli: created smb_constants.hAndrew Tridgell1-0/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-9/+7
2011-03-24charset: remove another allow_badcharcnv check Andrew Tridgell1-3/+0
2011-03-23charcnv: remove the automatic fail on allow_badcharcnv trueAndrew Tridgell1-5/+0
2011-02-18lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett1-289/+0
2011-02-04charcnv: removed call to setlocale() (bug 7519)Andrew Tridgell1-10/+0
2010-11-03lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()Michael Adam1-5/+8
2010-11-03lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() f...Michael Adam1-5/+5
2010-11-03lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...Michael Adam1-11/+34
2010-03-22convert_string_talloc_convenience - print out the input buffer in a better wa...Matthias Dieter Wallnöfer1-1/+2
2010-03-18charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell1-8/+32
2009-04-23Add a new non-convenience version of push_codepoint.Jelmer Vernooij1-1/+3
2009-03-08Revert accidental reintroduction of void ** bug.Jelmer Vernooij1-2/+4
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-15/+27
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-2/+9
2008-11-01Remove convert_string_talloc_descriptor, add iconv_talloc().Jelmer Vernooij1-58/+72
2008-10-31finished adding UTF16_MUNGED charsetAndrew Tridgell1-0/+1
2008-10-24Add version of next_codepoint without iconv_convenience.Jelmer Vernooij1-1/+1
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-2/+2
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij1-323/+0
2008-10-24Remove unnecessary include, improve function name.Jelmer Vernooij1-3/+2
2008-10-24Move charset library to top level.Jelmer Vernooij1-0/+768