Skip to content

Commit

Permalink
Add note about surrogates
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Jun 23, 2023
1 parent 39b2b0e commit 5bd69ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specifications/xpath-datamodel-40/src/xpath-datamodel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -955,10 +955,10 @@ is a sequence of zero or more
<termref def="dt-character">characters</termref>.</termdef></p>

<p diff="chg" at="2023-06-12"><termdef term="character" id="dt-character">A
<term>character</term> is any Unicode character.
</termdef> Implementations <rfc2119>may</rfc2119> restrict characters
<term>character</term> is any Unicode character.</termdef>
Implementations <rfc2119>may</rfc2119> restrict characters
to those Unicode characters allowed by the <code>Char</code>
production in <bibref ref="xml"/>.</p>
production in <bibref ref="xml"/>. Unpaired surrogates are always forbidden.</p>

<p><termdef id="dt-codepoint" term="codepoint">A
<term>codepoint</term> is a non-negative integer assigned to a
Expand Down

0 comments on commit 5bd69ba

Please sign in to comment.