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

[3.x] Fix String.http_escape on Windows #61655

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

timothyqiu
Copy link
Member

Fixes #54069

See #54069 (comment): MinGW's snprintf() has non-standard behavior. This PR replaces it with the custom approach as we did in percent_encode().

http_escape() is now the same as percent_encode() except that it uses upper case letters for the hex codes.

@akien-mga akien-mga merged commit 07b47c9 into godotengine:3.x Jun 3, 2022
@akien-mga
Copy link
Member

Thanks!

@akien-mga
Copy link
Member

Cherry-picked for 3.4.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants