de.setf.wilbur icon indicating copy to clipboard operation
de.setf.wilbur copied to clipboard

a fork of net.sourceforge.wilbur updated for mcl and sbcl

Results 9 de.setf.wilbur issues
Sort by recently updated
recently updated
newest added

I had a problem when parsing an UTF-8 encoded RDF/XML document. (wilbur:collapse-whitespace "Grüß Gott") Signals an error: Cannot decode this: (#\LATIN_SMALL_LETTER_U_WITH_DIAERESIS #\LATIN_SMALL_LETTER_SHARP_S #\ #\G #\o #\t #\t) [Condition of type...

Replaces naive Unicode support in the `collapse-whitespace` function with the system-dependent whitespace handling. Should fix Issue 4: https://github.com/lisp/de.setf.wilbur/issues/4

It looks like Wilbur has a problem with certain Unicode chars in certain circumstances. Code to reproduce: 1. download RDF/XML date from DBPedia: ``` sh wget http://dbpedia.org/data/Semantic_Web.rdf ``` 1. parse...

With two serializer methods, it could be expected that if Wilbur correctly reads or generates triples/DB, then it would serializer correctly to both. However, there seem to be some inconsistencies...

This small set of changes makes it possible to build with lw7, and does not seem to affect building with sbcl and ccl.

I got the following error ``` XML -- missing NAMESPACE definition "doac:LanguageSkill" [Condition of type WILBUR:MISSING-NAMESPACE-DEFINITION] ``` When running ``` lisp (defvar stream1 (open #P"0675365413696898.rdf" :direction :input)) (setf wilbur:*db* (wilbur:parse-db-from-stream...

There is some documentation for the original project: http://wilbur-rdf.sourceforge.net/docs/ but it is not included in this version and there are no links to it. For somebody new to this project...

The project is installable with Quicklisp: ``` lisp (ql:quickload "wilbur") ``` This should be mentioned in the readme file to let new users know an easy way to try and...

Based on: http://www.lassila.org/blog/archive/2012/04/time_to_revisit_1.html Replace the custom-made HTTP client with Drakma.