diff --git a/source/uax31.tex b/source/uax31.tex index 75beaa7548..1648027969 100644 --- a/source/uax31.tex +++ b/source/uax31.tex @@ -23,16 +23,16 @@ \UAX{31} specifies a default syntax for identifiers based on properties from the Unicode Character Database, \UAX{44}. The general syntax is -\begin{codeblock} +\begin{outputblock} := * ( +)* -\end{codeblock} +\end{outputblock} where \tcode{} has the XID_Start property, \tcode{} has the XID_Continue property, and \tcode{} is a list of characters permitted between continue characters. For \Cpp{} we add the character \unicode{005f}{low line}, or \tcode{_}, to the set of permitted \tcode{} characters, -the \tcode{} set is empty, and -the \tcode{} characters are unmodified. +the \noncxxtcode{} set is empty, and +the \noncxxtcode{} characters are unmodified. In the grammar used in \UAX{31}, this is \begin{outputblock} := *