AZEncodeURIComponent 1.1.0

AZEncodeURIComponent 1.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by azu, akuraru.



A Port of encodeURIComponent().

AZEncodeURIComponent escapes all characters except the following: alphabetic, decimal digits, - _ . ! ~ * ' ( )

Installation

Usage

use AZEncodeURIComponent C Function.

AZEncodeURIComponent(@"日本語"); // -> "%E6%97%A5%E6%9C%AC%E8%AA%9E"

Author

azu, [email protected]

License

AZEncodeURIComponent is available under the MIT license. See the LICENSE file for more info.