diff options
author | Christoph Päper <bugzilla@crissov.de> | 2019-03-23 18:01:33 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-23 11:01:33 -0600 |
commit | b6ad268e5c503a27f2969465c37a6bbfaf3343d6 (patch) | |
tree | 2dff4470424e89eba0d77bf1323609cdf6f8dbb0 | |
parent | 2c598fb3c8a0bd7e150d6dfd8655d6b752ebb1a5 (diff) |
codepoints for punctuation characters (#564)
-rw-r--r-- | spec.txt | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -328,8 +328,10 @@ that is not a [whitespace character]. An [ASCII punctuation character](@) is `!`, `"`, `#`, `$`, `%`, `&`, `'`, `(`, `)`, -`*`, `+`, `,`, `-`, `.`, `/`, `:`, `;`, `<`, `=`, `>`, `?`, `@`, -`[`, `\`, `]`, `^`, `_`, `` ` ``, `{`, `|`, `}`, or `~`. +`*`, `+`, `,`, `-`, `.`, `/` (U+0021–2F), +`:`, `;`, `<`, `=`, `>`, `?`, `@` (U+003A–0040), +`[`, `\`, `]`, `^`, `_`, `` ` `` (U+005B–0060), +`{`, `|`, `}`, or `~` (U+007B–007E). A [punctuation character](@) is an [ASCII punctuation character] or anything in |