summaryrefslogtreecommitdiffstats
path: root/lib/util/charset/charset.h
Commit message (Expand)AuthorAgeFilesLines
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-181-0/+1
* lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett2011-02-181-0/+5
* lib/util/charset Use top level iconv.c in source3Andrew Bartlett2011-02-181-3/+6
* lib/util/charset add functions isupper_m and islower_mAndrew Bartlett2011-02-181-0/+3
* lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...Michael Adam2010-11-031-0/+2
* lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...Michael Adam2010-11-031-0/+1
* lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.Michael Adam2010-11-031-0/+2
* lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...Michael Adam2010-11-031-0/+3
* util/charset: remove a duplicate comment.Michael Adam2010-11-031-5/+0
* s3: Fix the charset_pull routine (bug 7531)Volker Lendecke2010-09-191-1/+1
* Move UCS2 macros to common codeJelmer Vernooij2010-06-251-0/+23
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-181-4/+5
* Add a new non-convenience version of push_codepoint.Jelmer Vernooij2009-04-231-1/+2
* Revert accidental reintroduction of void ** bug.Jelmer Vernooij2009-03-081-3/+3
* Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-011-8/+103
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-6/+8
* Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.Jelmer Vernooij2009-03-011-1/+2
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-4/+4
* lib: add strlen_m_term_null from s3.Günther Deschner2009-01-161-0/+1
* Remove convert_string_talloc_descriptor, add iconv_talloc().Jelmer Vernooij2008-11-011-1/+5
* finished adding UTF16_MUNGED charsetAndrew Tridgell2008-10-311-2/+2
* Remove more global_loadparm instances, fix syntax errors.Jelmer Vernooij2008-10-241-1/+1
* Add version of next_codepoint without iconv_convenience.Jelmer Vernooij2008-10-241-1/+3
* Remove dependency of charset code on loadparm.Jelmer Vernooij2008-10-241-0/+1
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-2/+12
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-17/+16
* Split up codepoints code, use consistent _m suffix.Jelmer Vernooij2008-10-241-5/+5
* Rename string_replace_w to string_replace_m, which is more correct.Jelmer Vernooij2008-10-241-1/+1
* Move charset library to top level.Jelmer Vernooij2008-10-241-0/+154