Skip to content
Closed
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
8 changes: 4 additions & 4 deletions source/uax31.tex
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
during the processes of lexing and parsing.

\pnum
\Cpp{} does not claim conformance with this requirement.
\Cpp{} does not claim conformance with requirement R3 of \UAX{31}.

\rSec1[uaxid.eqn]{R4 Equivalent normalized identifiers}

Expand All @@ -109,7 +109,7 @@
\pnum
\Cpp{} considers case to be significant in identifier comparison, and
does not do any case folding.
This requirement does not apply to \Cpp{}.
Requirement R5 of \UAX{31} does not apply to \Cpp{}.

\rSec1[uaxid.filter]{R6 Filtered normalized identifiers}

Expand All @@ -124,9 +124,9 @@

\pnum
\Cpp{} identifiers are case sensitive, and
therefore this requirement does not apply.
therefore requirement R7 of \UAX{31} does not apply.

\rSec1[uaxid.hashtag]{R8 Hashtag identifiers}

\pnum
There are no hashtags in \Cpp{}, so this requirement does not apply.
There are no hashtags in \Cpp{}, so requirement R8 of \UAX{31} does not apply.