Created
May 10, 2016 08:16
-
-
Save ericdke/3b87601583a77b856293ab330b8bd4cc to your computer and use it in GitHub Desktop.
URL encoding NSCharacterSet characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URLQueryAllowedCharacterSet | |
!$&'()*+,-./0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ | |
URLHostAllowedCharacterSet | |
!$&'()*+,-.0123456789:;=ABCDEFGHIJKLMNOPQRSTUVWXYZ[]_abcdefghijklmnopqrstuvwxyz~ | |
URLPathAllowedCharacterSet | |
!$&'()*+,-./0123456789:=@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ | |
URLUserAllowedCharacterSet | |
!$&'()*+,-.0123456789;=ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ | |
URLFragmentAllowedCharacterSet | |
!$&'()*+,-./0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ | |
URLPasswordAllowedCharacterSet | |
!$&'()*+,-.0123456789;=ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment