summaryrefslogtreecommitdiffstats
path: root/lib/util/charset/charcnv.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett2011-02-181-289/+0
* charcnv: removed call to setlocale() (bug 7519)Andrew Tridgell2011-02-041-10/+0
* lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()Michael Adam2010-11-031-5/+8
* lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() f...Michael Adam2010-11-031-5/+5
* lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...Michael Adam2010-11-031-11/+34
* convert_string_talloc_convenience - print out the input buffer in a better wa...Matthias Dieter Wallnöfer2010-03-221-1/+2
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-181-8/+32
* Add a new non-convenience version of push_codepoint.Jelmer Vernooij2009-04-231-1/+3
* Revert accidental reintroduction of void ** bug.Jelmer Vernooij2009-03-081-2/+4
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-15/+27
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-2/+9
* Remove convert_string_talloc_descriptor, add iconv_talloc().Jelmer Vernooij2008-11-011-58/+72
* finished adding UTF16_MUNGED charsetAndrew Tridgell2008-10-311-0/+1
* Add version of next_codepoint without iconv_convenience.Jelmer Vernooij2008-10-241-1/+1
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-2/+2
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-323/+0
* Remove unnecessary include, improve function name.Jelmer Vernooij2008-10-241-3/+2
* Move charset library to top level.Jelmer Vernooij2008-10-241-0/+768