Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -6468,8 +6468,9 @@ <h3 id="b-1-operator-dictionary"><bdi class="secno">B.1 </bdi>Operator Dictionar
<a href="#operator-dictionary-categories-values" class="fig-ref" title="Operators values for each category.The third column provides a 4bits encoding of the categorieswhere the 2 least significant bits encodes the form infix (0), prefix (1) and postfix (2).">Figure <bdi class="figno">26</bdi></a>
and move to the last step.</li>
<li>If the second character is
U+0338 COMBINING LONG SOLIDUS OVERLAY or
U+20D2 COMBINING LONG VERTICAL LINE OVERLAY then replace
U+0338 COMBINING LONG SOLIDUS OVERLAY,
U+20D2 COMBINING LONG VERTICAL LINE OVERLAY,
or a variation selector in the range U+FE00-U+FE0F, then replace
<code>Content</code> with the first character.</li>
<li>Otherwise, if <code>Content</code> it is listed in
<a href="#operator-dictionary-compact-special-tables"><code>Operators_2_ascii_chars</code></a> then
Expand Down
5 changes: 3 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5866,8 +5866,9 @@ <h3>Operator Dictionary</h3>
<code>Form</code> is <code>postfix</code>, exit with category
<code>I</code>.</li>
<li>If the second character is
U+0338 COMBINING LONG SOLIDUS OVERLAY or
U+20D2 COMBINING LONG VERTICAL LINE OVERLAY then replace
U+0338 COMBINING LONG SOLIDUS OVERLAY,
U+20D2 COMBINING LONG VERTICAL LINE OVERLAY,
or a variation selector in the range U+FE00-U+FE0F, then replace
<code>Content</code> with the first character and move to step
3.</li>
<li>Otherwise, if <code>Content</code> is listed in
Expand Down