Skip to content

Replace unicode left/right quotes with normal quotes #220

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

Merged
merged 1 commit into from
Apr 18, 2022
Merged

Replace unicode left/right quotes with normal quotes #220

merged 1 commit into from
Apr 18, 2022

Conversation

markpatterson27
Copy link
Contributor

Replace double turned comma quotes (U+201C, U+201D) with programmer's double quotes (U+0022).

Some of the example code snippets use unicode fancy quotes instead of normal plain double quotes. This throws a compile error if the examples are copy/pasted into sketches.

Replace double turned comma quotes (U+201C, U+201D) with programmer's double quotes (U+0022).
@CLAassistant
Copy link

CLAassistant commented Apr 18, 2022

CLA assistant check
All committers have signed the CLA.

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: documentation Related to documentation for the project labels Apr 18, 2022
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

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

Thanks @markpatterson27! Those "fancy quotes" are the source of a lot of headaches.

@per1234 per1234 merged commit b99b845 into arduino-libraries:master Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants