Dave Beckett

Raptor RDF Parser Toolkit 1.3.2

2004-07-21 15:53

Raptor RDF Parser Toolkit 1.3.2 is

announced and is a minor update with the following changes:

  • Added support for compiling against expat source trees (patch from Jose Kahan)
  • Added raptor_alloc_memory to allocate memory in raptor, typically needed by handler routines on win32.
  • Make errors in fetching WWW content pass to the main error handler.
  • Added accessor functions for parts of the raptor_locator structure (patch from Edd Dumbill)
  • Disabled the broken Unicode NFC checking via GNOME glib for this release.

The latter is something I want to replace since I've estimated it'll take a day or two's coding and should be easier to be smaller and faster as an NFC checker only, not the full normalisation NFC/D/NFCK/NFDK that the gnome glib function attempted.