File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 322
322
The \defnadj {basic literal}{character set} consists of
323
323
all characters of the basic character set,
324
324
plus the control characters specified in \tref {lex.charset.literal }.
325
+ \begin {note }
326
+ The alias \uname {bell} for \ucode {0007} shown in ISO 10646
327
+ is ambiguous with \unicode {1f514}{bell}.
328
+ \end {note }
329
+
325
330
\begin {floattable }{Additional control characters in the basic literal character set}{lex.charset.literal}{ll}
326
331
\topline
327
332
\ohdrx {2}{character} \\ \capsep
328
333
\ucode {0000} & \uname {null} \\
329
- \ucode {0007} & \uname {bell } \\
334
+ \ucode {0007} & \uname {alert } \\
330
335
\ucode {0008} & \uname {backspace} \\
331
336
\ucode {000d} & \uname {carriage return} \\
332
337
\end {floattable }
1503
1508
\ucode {0008} & \uname {backspace} & \tcode {\textbackslash b} \\
1504
1509
\ucode {000d} & \uname {carriage return} & \tcode {\textbackslash r} \\
1505
1510
\ucode {000c} & \uname {form feed} & \tcode {\textbackslash f} \\
1506
- \ucode {0007} & \uname {bell} & \tcode {\textbackslash a} \\
1511
+ \ucode {0007} & \uname {alert} & \tcode {\textbackslash a} \\
1507
1512
\ucode {005c} & \uname {reverse solidus} & \tcode {\textbackslash\textbackslash } \\
1508
1513
\ucode {003f} & \uname {question mark} & \tcode {\textbackslash ?} \\
1509
1514
\ucode {0027} & \uname {apostrohpe} & \tcode {\textbackslash '} \\
You can’t perform that action at this time.
0 commit comments