Re: Proposal to NOT address I18N-ISSUE-193: define when escapes are evaluated marks?

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 "".

 Andy

Received on Tuesday, 2 October 2012 12:45:52 UTC