summaryrefslogtreecommitdiff
path: root/source3/lib/iconv.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-20much better auto-init of valid_table[]. This should just about removeAndrew Tridgell1-1/+7
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis1-2/+2
2001-09-29Add a few const statements to various odd bits of the tree. (Fixes someAndrew Bartlett1-1/+1
2001-09-25allow all ucs2 chars in utf8, rather than mapping some to a singleAndrew Tridgell1-10/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-09-07added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell1-2/+2
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