Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec. refers to U+007F (DELETE) as printable character #9924

Closed
scabug opened this issue Sep 17, 2016 · 2 comments
Closed

Spec. refers to U+007F (DELETE) as printable character #9924

scabug opened this issue Sep 17, 2016 · 2 comments

Comments

@scabug
Copy link

scabug commented Sep 17, 2016

In http://www.scala-lang.org/files/archive/spec/2.11/01-lexical-syntax.html, the text says:

bq. ... printable ASCII characters \u0020 - \u007F ...

However, DELETE (U+007F) is a control character, not a printable character.

The text should say something like:

bq. ... printable ASCII characters \u0020 - \u007E ...

@scabug
Copy link
Author

scabug commented Sep 17, 2016

Imported From: https://issues.scala-lang.org/browse/SI-9924?orig=1
Reporter: @dsbos
Assignee: @dsbos

@scabug
Copy link
Author

scabug commented Sep 19, 2016

@SethTisue said:
scala/scala#5406

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant