summaryrefslogtreecommitdiffstats
path: root/source/lib/iconv.c
Commit message (Expand)AuthorAgeFilesLines
* strequal() returns True for equal, not an intAndrew Tridgell2003-04-061-2/+4
* - Support absolute paths in vfs and charset modulesJelmer Vernooij2003-03-311-3/+6
* Add modules support to charsetJelmer Vernooij2003-03-241-29/+55
* Doxygen janitorMartin Pool2003-02-281-1/+1
* Add a comment about the meaning of samba's internal character set andMartin Pool2003-02-281-0/+24
* Doxygen janitorMartin Pool2003-02-271-5/+6
* BIG patch...Andrew Bartlett2003-01-021-6/+6
* Move 'weird' character set into new 'developer' moduleJelmer Vernooij2002-11-131-108/+0
* Don't throw out WEIRD - yet (I committed my local changes together with my la...Jelmer Vernooij2002-11-121-0/+108
* Fix segfault with high debug levelsJelmer Vernooij2002-11-121-109/+1
* Add smb_register_charset() and use itJelmer Vernooij2002-11-121-33/+65
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* much better auto-init of valid_table[]. This should just about removeAndrew Tridgell2001-12-201-1/+7
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-231-2/+2
* Add a few const statements to various odd bits of the tree. (Fixes someAndrew Bartlett2001-09-291-1/+1
* allow all ucs2 chars in utf8, rather than mapping some to a singleAndrew Tridgell2001-09-251-10/+1
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+2
* added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2001-09-071-2/+2
* changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell2001-07-221-71/+186
* switch from UCS2 to UCS-2LEAndrew Tridgell2001-07-221-15/+1
* fixed a silly bug in the internal UTF8 implementationAndrew Tridgell2001-07-061-1/+14
* added some comments and removed an unnecessary checkAndrew Tridgell2001-07-061-3/+2
* optimised the 7 bit case for utf8 conversionAndrew Tridgell2001-07-051-4/+4
* make sure we reset the shift state on error for charsets like SJISAndrew Tridgell2001-07-051-1/+10
* added builtin support for UTF8Andrew Tridgell2001-07-041-1/+115
* more portability fixesAndrew Tridgell2001-07-041-4/+2
* portability fixesAndrew Tridgell2001-07-041-4/+9
* got rid of __FUNCTION__ debugAndrew Tridgell2001-07-041-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-0/+346