Skip to content

Why is ASCII DEL 0x7F excluded? #121

Answered by ruv
SirWumpus asked this question in Q&A
Aug 29, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

I don't think 0x7F is excluded. It is just not mentioned explicitly, but it's implicitly included in "all non-graphic characters":

All non-graphic characters included in the implementation-defined character set are defined in this standard as control characters. In particular, the characters {0 . . . 31}, which could be included in the implementation-defined character set, are control characters.

(emphasis added by me)

The characters sub-set {0 . . . 31} is mentioned as an example.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SirWumpus
Comment options

@ruv
Comment options

ruv Aug 30, 2022
Maintainer

Answer selected by SirWumpus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
clarification Rationale or explanation to the Forth standard
2 participants