summaryrefslogtreecommitdiff
path: root/source3/lib/iconv.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-22changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell1-71/+186
2001-07-22switch from UCS2 to UCS-2LEAndrew Tridgell1-15/+1
2001-07-06fixed a silly bug in the internal UTF8 implementationAndrew Tridgell1-1/+14
2001-07-06added some comments and removed an unnecessary checkAndrew Tridgell1-3/+2
2001-07-05optimised the 7 bit case for utf8 conversionAndrew Tridgell1-4/+4
2001-07-05make sure we reset the shift state on error for charsets like SJISAndrew Tridgell1-1/+10
2001-07-04added builtin support for UTF8Andrew Tridgell1-1/+115
2001-07-04more portability fixesAndrew Tridgell1-4/+2
2001-07-04portability fixesAndrew Tridgell1-4/+9
2001-07-04got rid of __FUNCTION__ debugAndrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-0/+346