On 02/10/12 12:22, Eric Prud'hommeaux wrote: > The "unescaped¹" link refers to this text: > [[ > ¹ section 6.4 Escape Sequences defines a mapping from escaped unicode strings > to unicode strings. The following lexical tokens are unescaped to produce > unicode strings: IRIREF, STRING_LITERAL_SINGLE_QUOTE, STRING_LITERAL_QUOTE, > STRING_LITERAL_LONG_SINGLE_QUOTE and STRING_LITERAL_LONG_QUOTE . > ]] > I think this covers exactly what to do to map from a string of characters in a Turtle document to the lexical form of either an IRI, RDF Literal or Blank Node in the RDF abstract syntax. > > Proposal: no change +1 The grammar rules themselves also make the situation clear: STRING_LITERAL_QUOTE ::= '"' ([^#x22#x5C#xA#xD] | ECHAR | UCHAR)* '"' UCHAR is inside the "". AndyReceived on Tuesday, 2 October 2012 12:45:52 GMT
This archive was generated by hypermail 2.3.1 : Tuesday, 26 March 2013 16:25:51 GMT