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

Characters escape fix #2058

Merged
merged 1 commit into from
Feb 11, 2020
Merged

Characters escape fix #2058

merged 1 commit into from
Feb 11, 2020

Conversation

ruudboon
Copy link
Contributor

@ruudboon ruudboon commented Feb 10, 2020

Hello!

In raising this pull request, I confirm the following:

  • I have checked that another pull request for this purpose does not exist
  • I wrote some tests for this PR
  • I updated the CHANGELOG

Small description of change:
I think this fixes our characters issues in Phalcon. 122 is the decimal index of the letter z (the basic (ascii) character map). Currently we're checking below 256 that allows on certain OS (latests windows and osx) to not escape é since this is an index > 122 and < 256

Copy link
Contributor

@sergeyklay sergeyklay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@sergeyklay sergeyklay merged commit 33306d8 into zephir-lang:development Feb 11, 2020
@sergeyklay
Copy link
Contributor

Thank you

@ruudboon ruudboon deleted the character-issue branch February 11, 2020 09:48
@ruudboon ruudboon mentioned this pull request Feb 11, 2020
3 tasks
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.

3 participants