Turtle / editorial

One of the notes for the grammar says:

[[
Escape sequences UCHAR and ECHAR are case sensitive.
]]

This is a bit confusing in the case of UCHAR.  The \u and \U is case 
sensitive but the hex part is case insensitive.

Suggestion:

       <li>
        Escape sequences markers <code>\u</code>, <code>\U</code>
        and those in <code><a
href="#grammar-production-ECHAR">ECHAR</a></code>
        are case sensitive.
       </li>

 Andy

Received on Saturday, 31 August 2013 15:21:26 UTC