summaryrefslogtreecommitdiff
path: root/utils/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
* Change LOG() macro to be varadicVincent Sanders2015-05-281-2/+2
* Update the core to use the split operations table headersVincent Sanders2014-10-161-3/+4
* fix possible buffer termination error (coverity 1195410)Vincent Sanders2014-05-181-2/+2
* fix possible missing null termination (coverity 1195410 and 1195411 )Vincent Sanders2014-05-111-3/+3
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-2/+3
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-149/+71
* improve gtk source save to use gtk overwrite protection feature coverity 1109873Vincent Sanders2013-10-251-35/+39
* Tidy up cached descriptor usage and ensure "shrink-wrap" realloc call only ev...Michael Drake2013-05-151-21/+23
* Cache conversion descriptor since this func. is called many times in series f...Michael Drake2013-05-151-0/+27
* Add function to get the byte length of n characters in a utf8 string.Michael Drake2013-03-171-0/+18
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-0/+39
* Correctly emit entities when serialising to HTML.John-Mark Bell2012-12-301-1/+138
* trivial docuemntation cleanups to address some of the huge number of docuemnt...Vincent Sanders2012-10-081-1/+1
* Further hackery for the inconsistency of iconv() APIsJohn Mark Bell2011-03-091-1/+1
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
* Hubbub is no longer optional.John Mark Bell2009-04-171-190/+0
* Squash leakJohn Mark Bell2009-02-181-0/+2
* Fix ucs4->utf8 conversion. It probably helps to return the number of bytes in...John Mark Bell2009-02-181-1/+1
* Port our UTF-8 routines to parserutils (only enabled when building against Hu...John Mark Bell2009-02-171-92/+246
* Removed some debug which was supposed to be temporary.Chris Young2008-08-291-4/+0
* Looks like I mis-remembered the API here.John Mark Bell2008-08-261-6/+12
* Prevent iconv() being passed an empty string in utf8_convert()Chris Young2008-08-261-0/+11
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-111-0/+2
* Remove hardcoded define for LIBICONV_PLUGFrançois Revel2008-08-081-1/+0
* Avoid magic numbers.John Tytgat2008-03-091-4/+4
* SignednessWarnings.squash()John Mark Bell2008-02-251-1/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-4/+14
* Changes to allow building on Solaris.Rob Kendrick2007-06-151-1/+1
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-2/+2
* Update project URL.Michael Drake2006-11-271-1/+1
* [project @ 2006-03-16 23:30:46 by dsilvers]Daniel Silverstone2006-03-161-1/+2
* [project @ 2006-02-11 18:11:09 by jmb]John Mark Bell2006-02-111-0/+4
* [project @ 2005-08-20 23:04:35 by bursa]James Bursa2005-08-201-0/+1
* [project @ 2005-07-16 16:15:37 by adrianl]Adrian Lees2005-07-161-4/+2
* [project @ 2005-07-11 18:10:10 by jmb]John Mark Bell2005-07-111-12/+44
* [project @ 2005-07-02 18:18:48 by bursa]James Bursa2005-07-021-2/+2
* [project @ 2005-07-02 14:35:43 by jmb]John Mark Bell2005-07-021-17/+13
* [project @ 2005-06-28 23:46:16 by jmb]John Mark Bell2005-06-281-0/+12
* [project @ 2005-06-07 21:29:26 by jmb]John Mark Bell2005-06-071-25/+42
* [project @ 2005-05-23 22:27:37 by jmb]John Mark Bell2005-05-231-1/+8
* [project @ 2005-04-16 08:19:56 by adrianl]Adrian Lees2005-04-161-0/+1
* [project @ 2005-04-16 05:09:32 by jmb]John Mark Bell2005-04-161-0/+280