Skip to content

Added support for unicode characters #22

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
Jun 28, 2019
Merged

Conversation

dylanowen
Copy link
Contributor

Technically this supports all \unicode code points that rust supports but the GraphQL spec only lists some specific ranges:

https://graphql.github.io/graphql-spec/June2018/#sec-Source-Text

I wasn't sure if we should fail for the unsupported ranges?

@tailhook
Copy link
Collaborator

Looks good!

GraphQL spec only lists some specific ranges:

https://graphql.github.io/graphql-spec/June2018/#sec-Source-Text

That ranges are for non-escaped unicode characters. For escaped ones full unicode range is okay.

@tailhook tailhook merged commit 0327873 into graphql-rust:master Jun 28, 2019
@tailhook
Copy link
Collaborator

Merged. Thanks!

@dylanowen dylanowen deleted the utf branch June 29, 2019 05:57
@dylanowen
Copy link
Contributor Author

Ahhh, definitely misread that. Thanks!

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