Skip to content

Commit 4d7aa01

Browse files
committed
more syntax fixes
1 parent 47a935b commit 4d7aa01

File tree

2 files changed

+66
-39
lines changed

2 files changed

+66
-39
lines changed

docs/chap-2/c-b-character-syntax/_c-b-d-standard-characters.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,34 @@ The <DictionaryLink term={"standard-char"}><b>standard-char</b></DictionaryLink
115115

116116
|**Graphic ID Glyph Description**|
117117
| :- |
118-
|<p>SP02 ! exclamation mark </p><p>SC03 $ dollar sign </p><p>SP04 " quotation mark, or double quote SP05 ’ apostrophe, or [single] quote </p><p>SP06 ( left parenthesis, or open parenthesis SP07 ) right parenthesis, or close parenthesis SP08 , comma </p><p>SP09 low line, or underscore </p><p>SP10 - hyphen, or minus [sign] </p><p>SP11 . full stop, period, or dot </p><p>SP12 / solidus, or slash </p><p>SP13 : colon </p><p>SP14 ; semicolon </p><p>SP15 ? question mark </p><p>SA01 + plus [sign] </p><p>SA03 &lt; less-than [sign] </p><p>SA04 = equals [sign] </p><p>SA05 &gt; greater-than [sign] </p><p>SM01 # number sign, or sharp[sign] </p><p>SM02 % percent [sign] </p><p>SM03 &amp; ampersand </p><p>SM04 \* asterisk, or star </p><p>SM05 @ commercial at, or at-sign </p><p>SM06 [ left [square] bracket </p><p>SM07 \ reverse solidus, or backslash </p><p>SM08 ] right [square] bracket </p><p>SM11 \{ left curly bracket, or left brace </p><p>SM13 | vertical bar </p><p>SM14 \} right curly bracket, or right brace SD13 ‘ grave accent, or backquote </p><p>SD15 <i><sup>∧</sup></i> circumflex accent </p><p>SD19 &#126; tilde</p>|
118+
| SP02 ! exclamation mark |
119+
| SC03 $ dollar sign |
120+
| SP04 " quotation mark, or double quote SP05 ’ apostrophe, or [single] quote |
121+
| SP06 ( left parenthesis, or open parenthesis SP07 ) right parenthesis, or close parenthesis SP08 , comma |
122+
| SP09 low line, or underscore |
123+
| SP10 - hyphen, or minus [sign] |
124+
| SP11 . full stop, period, or dot |
125+
| SP12 / solidus, or slash |
126+
| SP13 : colon |
127+
| SP14 ; semicolon |
128+
| SP15 ? question mark |
129+
| SA01 + plus [sign] |
130+
| SA03 &lt; less-than [sign] |
131+
| SA04 = equals [sign] |
132+
| SA05 &gt; greater-than [sign] |
133+
| SM01 # number sign, or sharp[sign] |
134+
| SM02 % percent [sign] |
135+
| SM03 &amp; ampersand |
136+
| SM04 \* asterisk, or star |
137+
| SM05 @ commercial at, or at-sign |
138+
| SM06 [ left [square] bracket |
139+
| SM07 \ reverse solidus, or backslash |
140+
| SM08 ] right [square] bracket |
141+
| SM11 \{ left curly bracket, or left brace |
142+
| SM13 | vertical bar |
143+
| SM14 \} right curly bracket, or right brace SD13 ‘ grave accent, or backquote |
144+
| SD15 <i><sup>∧</sup></i> circumflex accent |
145+
| SD19 &#126; tilde |
119146

120147
**(Figure 2–5. Standard Character Subrepertoire (Part 3 of 3: Special Characters))**
121148

docs/chap-2/c-b-character-syntax/_c-b-e-character-syntax-types.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -29,44 +29,44 @@ Figure 2–7 lists the <GlossaryTerm styled={true} term={"syntax type"}><i>synta
2929

3030
| Character | Syntax Type |
3131
|---|---|
32-
| Backspace | constituent |
33-
| 0–9 | constituent |
34-
| Tab | whitespace<sub>2</sub> |
35-
| : | constituent |
36-
| Newline | whitespace<sub>2</sub> |
37-
| ; | terminating macro char |
38-
| Linefeed | whitespace<sub>2</sub> |
39-
| < | constituent |
40-
| = | constituent |
41-
| > | constituent |
42-
| ? | constituent |
43-
| ! | constituent |
44-
| @ | constituent |
45-
| " | terminating macro char |
46-
| A–Z | constituent |
47-
| # | non-terminating macro char |
48-
| [ | constituent |
49-
| $ | constituent |
50-
| \ | single escape |
51-
| % | constituent |
52-
| ] | constituent |
53-
| & | constituent |
54-
| | terminating macro char |
55-
| ( | terminating macro char |
56-
| | terminating macro char |
57-
| ) | terminating macro char |
58-
| a–z | constituent |
59-
| * | constituent |
60-
| { | constituent |
61-
| + | constituent |
62-
| | | multiple escape |
63-
| , | terminating macro char |
64-
| } | constituent |
65-
| - | constituent |
66-
| ~ | constituent |
67-
| . | constituent |
68-
| Rubout | constituent |
69-
| / | constituent |
32+
| `Backspace` | constituent |
33+
| `0–9` | constituent |
34+
| `Tab` | whitespace<sub>2</sub> |
35+
| `:` | constituent |
36+
| `Newline` | whitespace<sub>2</sub> |
37+
| `;` | terminating macro char |
38+
| `Linefeed` | whitespace<sub>2</sub> |
39+
| `<` | constituent |
40+
| `=` | constituent |
41+
| `>` | constituent |
42+
| `?` | constituent |
43+
| `!` | constituent |
44+
| `@` | constituent |
45+
| `"` | terminating macro char |
46+
| `A–Z` | constituent |
47+
| `#` | non-terminating macro char |
48+
| `[` | constituent |
49+
| `$` | constituent |
50+
| `\` | single escape |
51+
| `%` | constituent |
52+
| `]` | constituent |
53+
| `&` | constituent |
54+
| `` | terminating macro char |
55+
| `(` | terminating macro char |
56+
| `` | terminating macro char |
57+
| `)` | terminating macro char |
58+
| `a–z` | constituent |
59+
| `*` | constituent |
60+
| `{` | constituent |
61+
| `+` | constituent |
62+
| `|` | multiple escape |
63+
| `,` | terminating macro char |
64+
| `}` | constituent |
65+
| `-` | constituent |
66+
| `~` | constituent |
67+
| `.` | constituent |
68+
| `Rubout` | constituent |
69+
| `/` | constituent |
7070

7171
|**character syntax type character syntax type**|
7272
| :- |

0 commit comments

Comments
 (0)