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

Real control fix #5787

Merged
merged 2 commits into from May 20, 2017
Merged

Real control fix #5787

merged 2 commits into from May 20, 2017

Conversation

nerzhul
Copy link
Member

@nerzhul nerzhul commented May 20, 2017

Sorry for the blocker but we have a regression on char, this should be the real fix !

605599b was one way to fix it but some chars doesn't work, and wchat_t fix doesn't cover all chars. We need instead to check if character is a control character

red-001 and others added 2 commits May 20, 2017 21:13
This breaks some chars like € in chat.

Instead verify is char is a non control char -> iswcntrl
@nerzhul nerzhul added Blocker The issue needs to be addressed before the next release. Bugfix 🐛 PRs that fix a bug labels May 20, 2017
@nerzhul nerzhul added this to the 0.4.16 milestone May 20, 2017
@nerzhul
Copy link
Member Author

nerzhul commented May 20, 2017

@davisonio can you test this patch ?

@nerzhul nerzhul added the Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines label May 20, 2017
@davisonio
Copy link
Contributor

@davisonio can you test this patch ?

tested and works fine!

@nerzhul nerzhul merged commit 90808a4 into minetest:master May 20, 2017
@nerzhul nerzhul added this to Done in Minetest 0.4.16 May 21, 2017
@nerzhul nerzhul deleted the real_control_fix branch June 6, 2017 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocker The issue needs to be addressed before the next release. Bugfix 🐛 PRs that fix a bug Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants