log src/lib-charset/charset-utf8.c @ 18149:0e74934072e0

age author description
Thu, 15 Jan 2015 01:05:13 +0200 Timo Sirainen lib-charset: Added charset_utf8_to_utf8_begin() wrapper function.
Sat, 10 Jan 2015 04:25:21 +0200 Timo Sirainen lib-charset: UTF-8 -> UTF-8 translation was never returning CHARSET_RET_INCOMPLETE_INPUT
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sat, 15 Sep 2012 03:12:20 +0300 Timo Sirainen Replaced "decomposed titlecase" conversions with more generic normalizer function.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 13 Jun 2008 10:01:32 +0300 Timo Sirainen Compiler warning fix when compiling without iconv. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Mon, 03 Dec 2007 14:21:21 +0200 Timo Sirainen Added charset_to_utf8_str() HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Fri, 20 Jul 2007 17:37:05 +0300 Timo Sirainen charset_to_utf8_begin() API change. HEAD
Fri, 20 Jul 2007 17:27:02 +0300 Timo Sirainen Use uni_utf8_to_decomposed_titlecase() to have proper case-insensitive UTF-8 HEAD
Fri, 20 Jul 2007 17:01:39 +0300 Timo Sirainen Removed unused charset_to_utf8_string() and charset_to_ucase_utf8_string() HEAD
Fri, 20 Jul 2007 16:22:59 +0300 Timo Sirainen charset_to_utf8() isn't used anymore, so renamed charset_to_utf8_full() to it. HEAD
Fri, 20 Jul 2007 06:15:20 +0300 Timo Sirainen _charset_utf8_ucase() -> charset_utf8_ucase_write(), HEAD
Fri, 20 Jul 2007 06:03:45 +0300 Timo Sirainen charset_to_utf8_begin() now takes bool ucase parameter. Changed HEAD
Sat, 16 Sep 2006 16:50:21 +0300 Timo Sirainen Added charset_is_utf8() and charset_to_ucase_utf8_full(). HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Sun, 21 Sep 2003 19:21:36 +0300 Timo Sirainen data_stack_pool split into two: unsafe_data_stack_pool which works like HEAD
Thu, 15 May 2003 22:22:21 +0300 Timo Sirainen Renamed buffer_*_space() to buffer_*_space_unsafe() and added several HEAD
Mon, 17 Mar 2003 06:36:46 +0200 Timo Sirainen Better iconv() checking. HEAD
Mon, 13 Jan 2003 22:56:44 +0200 Timo Sirainen Didn't compile without iconv. HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sat, 04 Jan 2003 19:26:29 +0200 Timo Sirainen Use unsigned char* when accessing non-NUL terminating strings. Compiler HEAD
Tue, 17 Dec 2002 06:28:40 +0200 Timo Sirainen Full not-too-well-tested support for SORT extension. Required a few HEAD
Mon, 16 Dec 2002 05:59:06 +0200 Timo Sirainen Don't use Buffers with read-only data, just makes it more difficult without HEAD
Mon, 09 Dec 2002 15:39:32 +0200 Timo Sirainen Compiles again without iconv() HEAD
Tue, 03 Dec 2002 15:55:44 +0200 Timo Sirainen charset_to_ucase_utf8_string() didn't return \0 terminated string with HEAD
Wed, 13 Nov 2002 15:47:59 +0200 Timo Sirainen We can support UTF-8 charset too without any translations. HEAD