daniel edited the task description. (Show Details)

EDIT DETAILS
N3Quoter::escapeLiteral currently generates C-style escape sequences for some control characters which are invalid according to the Turtle spec <https://www.w3.org/TR/turtle/#turtle-literals>. For instance, "x07" (bell) is escaped as '\a' (correct in C, but not in Turtle), instead of '\u0007'.

NOTE: <https://www.w3.org/TeamSubmission/n3/#escaping> says: //Some escapes (\a, \b, \f, \v) should be avoided because the corresponding characters are not allowed in RDF.// It's unclear if and how these characters should be represented at all.

TASK DETAIL
https://phabricator.wikimedia.org/T145757

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: daniel
Cc: D063520, Aklapper, Smalyshev, daniel, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to