Skip to content

Commit 2ad67ae

Browse files
jensmaurertkoeppe
authored andcommitted
[lex] Remove Unicode character name abbreviations
They are not part of the character name or alias. The presentation in ISO 10646 is misleading, though.
1 parent ac8d661 commit 2ad67ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/lex.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@
245245
\lhdrx{2}{character} & \rhdr{glyph} \\ \capsep
246246
\ucode{0009} & \uname{character tabulation} & \\
247247
\ucode{000b} & \uname{line tabulation} & \\
248-
\ucode{000c} & \uname{form feed (ff)} & \\
248+
\ucode{000c} & \uname{form feed} & \\
249249
\ucode{0020} & \uname{space} & \\
250-
\ucode{000a} & \uname{line feed (lf)} & new-line \\
250+
\ucode{000a} & \uname{line feed} & new-line \\
251251
\ucode{0021} & \uname{exclamation mark} & \tcode{!} \\
252252
\ucode{0022} & \uname{quotation mark} & \tcode{"} \\
253253
\ucode{0023} & \uname{number sign} & \tcode{\#} \\
@@ -328,7 +328,7 @@
328328
\ucode{0000} & \uname{null} \\
329329
\ucode{0007} & \uname{bell} \\
330330
\ucode{0008} & \uname{backspace} \\
331-
\ucode{000d} & \uname{carriage return (cr)} \\
331+
\ucode{000d} & \uname{carriage return} \\
332332
\end{floattable}
333333

334334
\pnum

0 commit comments

Comments
 (0)