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

NSString URLEncodedString does not encode \ in strings #24

Open
dhiraj opened this issue May 20, 2016 · 0 comments
Open

NSString URLEncodedString does not encode \ in strings #24

dhiraj opened this issue May 20, 2016 · 0 comments

Comments

@dhiraj
Copy link

dhiraj commented May 20, 2016

Test case string defined as:

NSString * test = @"a\\b";

is returned as @"a\b" from URLEncodedString, whereas expected output is @"a%5Cb"

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

No branches or pull requests

1 participant