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

Consistently use HexEscapeSequences where applicable #4

Merged
merged 1 commit into from
Dec 4, 2016

Conversation

mathiasbynens
Copy link
Contributor

For code points in the range from U+0000 to U+00FF there is no point in using a UnicodeEscapeSequence of the form \u00ff — so use \xff instead.

For code points in the range from U+0000 to U+00FF there is no point in using a `UnicodeEscapeSequence` of the form `\u00ff` — so use `\xff` instead.
@leo
Copy link
Contributor

leo commented Dec 4, 2016

Thanks!

@leo leo merged commit 0d4a617 into vercel:master Dec 4, 2016
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.

2 participants