summaryrefslogtreecommitdiff
path: root/source4/lib/charset/charcnv.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r15295: Fix some dependenciesJelmer Vernooij1-11/+10
Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed. (This used to be commit 03224e112424968fc3f547c6159c7ccae2d1aa5b)
2007-10-10r14902: change charcnv code to fail the conversion when it hits badAndrew Tridgell1-3/+3
characters, rather than silently truncating the string. This makes the code much omre conservative, making it easier to test. It might mean users hit problems initially, but at least we'll hear about them, and thus can fix them. (This used to be commit bb99cbf069db5ab09ecf6c55e4c87d4c28ea8169)
2007-10-10r14429: charset_t cannot be used to loop over charset_t, as otherwise it canAndrew Tridgell1-1/+1
go out of the range of the enum (This used to be commit caead24b6dd2f2e87e113587cacd57794487a83a)
2007-10-10r13842: Make some more functions public.Jelmer Vernooij1-16/+16
(This used to be commit aac1b99b362993352d80692afa55c38fc851c016)
2007-10-10r13186: Remove assumption that callers that specify -1 actually mean ↵Jelmer Vernooij1-15/+0
sizeof(pstring) (This used to be commit da72f47226f9c514deb75bc6e69548c240822eb5)
2007-10-10r9078: - move charset stuff to lib/charsetStefan Metzmacher1-0/+723
- don't use the global $LIBS variable for -liconv as $LIBS is not used anymore should fix the build on solaris 10 metze (This used to be commit 69ade058fde8e4cc62e4830c0b080e720d8e581d)