From 4c97ed6624c7b8395d7804379f341505a8a8e91a Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Sat, 29 Mar 2025 15:41:54 +0800 Subject: [PATCH] [uaxid.def.general] Replace non-`codeblock`s with `outputblock`s These blocks are used for showing UAX syntax but not code, so presumably `outputblock` should be used. Co-authored-by: Eelis van der Weegen --- source/uax31.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/uax31.tex b/source/uax31.tex index 44001f1346..641ab63b11 100644 --- a/source/uax31.tex +++ b/source/uax31.tex @@ -25,9 +25,9 @@ \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. @@ -36,11 +36,11 @@ the \tcode{} set is empty, and the \tcode{} characters are unmodified. In the grammar used in \UAX{31}, this is -\begin{codeblock} +\begin{outputblock} := * := XID_Start + @\textrm{\ucode{005f}}@ := + XID_Continue -\end{codeblock} +\end{outputblock} \pnum This is described in the \Cpp{} grammar in \ref{lex.name},