lib/util/charcnv Move iconv handle setup in common
authorAndrew Bartlett <abartlet@samba.org>
Fri, 18 Feb 2011 02:47:28 +0000 (13:47 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 18 Feb 2011 07:41:01 +0000 (18:41 +1100)
commit2a3a86a86f3d1ab97adda563beda7ee35f6a2414
tree38b9f9b9818482cdfe6ecdb9ee797fe2f3531e7d
parent5155a5f5c130ff5b71ce4e37877378a6967046b4
lib/util/charcnv Move iconv handle setup in common

We now use the struct smb_iconv_convenience at the core of all our
iconv code, and use global_iconv_convenience for the callers that
don't specify one.

Andrew Bartlett
lib/util/charset/charcnv.c
lib/util/charset/charset.h
lib/util/charset/codepoints.c
lib/util/charset/util_unistr.c
lib/util/charset/wscript_build
source3/lib/charcnv.c
source4/param/loadparm.c
source4/param/util.c