-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
REST Client does not encode multi character code points correctly #10245
Comments
Hello @stuartwdouglas, I guess this is in context of #10134? |
Oops, I did not realize there was already an issue for it. |
Hi @stuartwdouglas, has this been fixed? If not in the mean time, what would be the way to go around it? |
It won't be fixed until there is a RESTEasy release that includes my PR and this is integrated into Quarkus. |
gastaldi
pushed a commit
to stuartwdouglas/quarkus
that referenced
this issue
Oct 9, 2020
Fixed in 1.9.0.CR1 with 6c08bcd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you attempt to encode a string that contains code points that don't fit into a single char (e.g. emojis) RESTEasy will fail to encode it correctly.
The text was updated successfully, but these errors were encountered: