<div dir="ltr">Is %x2F supposed to be %x27?<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><br>-- Rebecca Bettencourt</div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 16, 2021 at 8:29 AM Doug Ewell via Unicode <<a href="mailto:unicode@unicode.org">unicode@unicode.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Martin J. Dürst wrote:<br>
<br>
> What bothers me in this grammar is that the first "\u" isn't anywhere<br>
> in sight, but the second one is there. It would be much clearer if<br>
> either the first "\u" is at the start of hexchar, i.e.<br>
<br>
Sorry, I neglected to include this line, which precedes everything I did quote:<br>
<br>
SESC = "\" ( %x22 / %x2F / %x5C / %x62 / %x66 / %x6E / %x72 / %x74 /<br>
             (%x75 hexchar) )<br>
<br>
SESC incorporates all the other backslash-escaped characters. It, not hexchar, is the real entity referenced by everything else.<br>
<br>
--<br>
Doug Ewell, CC, ALB | Lakewood, CO, US | <a href="http://ewellic.org" rel="noreferrer" target="_blank">ewellic.org</a><br>
<br>
<br>
<br>
</blockquote></div>