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

encodeURIComponent instead of utf8_encode #3

Open
cadorn opened this issue Jan 5, 2012 · 0 comments
Open

encodeURIComponent instead of utf8_encode #3

cadorn opened this issue Jan 5, 2012 · 0 comments

Comments

@cadorn
Copy link
Member

cadorn commented Jan 5, 2012

Changing utf8_encode() to encodeURIComponent() may solve all the encoding issues.

e.g.

javascript:alert(encodeURIComponent("Çáåøn"));
javascript:alert(decodeURIComponent("%C3%87%C3%A1%C3%A5%C3%B8n"));

Need PHP implementation of encodeURIComponent().

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

No branches or pull requests

1 participant