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

[dcl.attr] Fix wrong source encoding #650

Merged
merged 1 commit into from Mar 17, 2016
Merged

Conversation

tkoeppe
Copy link
Contributor

@tkoeppe tkoeppe commented Mar 17, 2016

Please always check that your source code uses only basic characters:

grep -P -n "[\x80-\xFF]" *.tex

@@ -3843,7 +3843,7 @@
The next statement that would be executed after a fallthrough statement
shall be a labeled statement whose label is a case label or
default label for the same \tcode{switch} statement.
The program is ill­formed if there is no such statement.
The program is ill-formed if there is no such statement.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: the original character was a SOFT HYPHEN.

jwakely added a commit that referenced this pull request Mar 17, 2016
[dcl.attr] Fix wrong source encoding
@jwakely jwakely merged commit 5747892 into cplusplus:master Mar 17, 2016
@@ -3859,17 +3859,17 @@
\enterexample
\begin{codeblock}
void f(int n) {
void g(), h(), i();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note that the original character was GREEK QUESTION MARK.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tomazos: Do you know anything about greek question marks? :-)

@tkoeppe tkoeppe deleted the usememaybe branch March 17, 2016 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants