summaryrefslogtreecommitdiff
path: root/src/raptor_utf8.c
Commit message (Expand)AuthorAgeFilesLines
* (raptor_unicode_char_to_utf8,Dave Beckett2007-08-261-10/+10
* autodocsDave Beckett2006-03-191-34/+70
* (raptor_unicode_char_to_utf8): Add docs.Dave Beckett2006-03-181-10/+57
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-5/+2
* (raptor_utf8_check): Do not check unsigned for <0Dave Beckett2005-09-061-1/+1
* autodocs reformatted for gtk-docDave Beckett2005-08-191-4/+12
* (raptor_unicode_is_xml11_namechar): Call raptor_unicode_is_xml11_namestartchar.Dave Beckett2005-07-131-1/+1
* Casts for c++. Rename variables namespace to nspace.Dave Beckett2004-12-251-1/+1
* (raptor_utf8_check): Added, to just check a string is good UTF-8Dave Beckett2004-12-231-0/+27
* (raptor_unicode_is_xml10_namestartchar,Dave Beckett2004-12-231-41/+55
* LGPL / Apache 2.0 licenseDave Beckett2004-09-201-9/+15
* (raptor_utf8_is_nfc): Protect NFC check with define RAPTOR_NFC_CHECKDave Beckett2004-08-171-1/+7
* (raptor_utf8_is_nfc): Use raptor_nfc_check.Dave Beckett2004-08-111-1/+2
* (raptor_utf8_is_nfc): Removed use of g_utf8_normalize for Unicode NFCDave Beckett2004-07-211-20/+0
* Renamed win32_config.h to win32_raptor_config.hDave Beckett2004-06-301-1/+1
* (raptor_unicode_char_to_utf8): Cast for unsigned long to unsigned charDave Beckett2004-05-191-6/+6
* (raptor_utf8_is_nfc): Use SYSTEM_FREEDave Beckett2004-01-191-2/+2
* (raptor_unicode_is_namestartchar): Update to Namespaces in XML 1.1 WDDave Beckett2003-12-221-16/+20
* Use RAPTOR_NFC_CHECK to wrap any use of the glib g_utf8_normalize.Dave Beckett2003-12-221-3/+4
* (raptor_unicode_char_to_utf8): unsigned char* arg.Dave Beckett2003-12-061-3/+3
* (raptor_unicode_is_namestartchar): Two | changed to ||. LikelyDave Beckett2003-11-151-2/+2
* Move dmalloc includes into raptor_internal.h and use everywhere.Dave Beckett2003-08-131-5/+0
* (raptor_utf8_is_nfc): Added Normal Form C checking, using GNOME glibDave Beckett2003-07-241-0/+44
* (raptor_utf8_to_unicode_char): Take and use unsigned long for unichars.Dave Beckett2003-07-221-2/+2
* Merged patch from Jose Kahan to switch to use raptor_config.hDave Beckett2003-06-061-1/+1
* Raptor UTF-8 and Unicode supportDave Beckett2002-12-151-0/+668