The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=357 ====================================================================== Reported By: Jasper Op de Coul Assigned To: ====================================================================== Project: Raptor RDF Parsing and Serializing Library Issue ID: 357 Category: api Reproducibility: always Severity: minor Priority: normal Status: new Syntax Name: ====================================================================== Date Submitted: 2010-03-09 11:01 Last Modified: 2010-03-09 11:01 ====================================================================== Summary: raptor_term_as_string does not return N-Triples escaped string, although API says so Description: In the API reference, the description of raptor_term_as_string says:
Turns the given term into an N-Triples escaped string using all the escapes as defined in http://www.w3.org/TR/rdf-testcases/ntriples However, in raptor_term_as_counted_string the code that should do the escaping is commented out: *s++ ='"'; /* raptor_print_ntriples_string((const char*)term, '"', stream); */ strcpy((char*)s, (const char*)term->value.literal.string); s+= term_len; *s++ ='"'; ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2010-03-09 11:01 Jasper Op de CoulNew Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
