summaryrefslogtreecommitdiff
path: root/lib/util/charset/charset.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-19s3: Fix the charset_pull routine (bug 7531)Volker Lendecke1-1/+1
2010-06-25Move UCS2 macros to common codeJelmer Vernooij1-0/+23
2010-03-18charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell1-4/+5
2009-04-23Add a new non-convenience version of push_codepoint.Jelmer Vernooij1-1/+2
2009-03-08Revert accidental reintroduction of void ** bug.Jelmer Vernooij1-3/+3
2009-03-01Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij1-8/+103
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-6/+8
2009-03-01Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.Jelmer Vernooij1-1/+2
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-4/+4
2009-01-16lib: add strlen_m_term_null from s3.Günther Deschner1-0/+1
2008-11-01Remove convert_string_talloc_descriptor, add iconv_talloc().Jelmer Vernooij1-1/+5
2008-10-31finished adding UTF16_MUNGED charsetAndrew Tridgell1-2/+2
2008-10-24Remove more global_loadparm instances, fix syntax errors.Jelmer Vernooij1-1/+1
2008-10-24Add version of next_codepoint without iconv_convenience.Jelmer Vernooij1-1/+3
2008-10-24Remove dependency of charset code on loadparm.Jelmer Vernooij1-0/+1
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-2/+12
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij1-17/+16
2008-10-24Split up codepoints code, use consistent _m suffix.Jelmer Vernooij1-5/+5
2008-10-24Rename string_replace_w to string_replace_m, which is more correct.Jelmer Vernooij1-1/+1
2008-10-24Move charset library to top level.Jelmer Vernooij1-0/+154