PercentEncoder icon indicating copy to clipboard operation
PercentEncoder copied to clipboard

Lightweight library to escape string using so called URL encoding in Swift

Results 1 PercentEncoder issues
Sort by recently updated
recently updated
newest added

Nice library, but maybe there is a little error in ReadMe NSString.stringByAddingPercentEncodingWithAllowedCharacters() is introduced from iOS 7. However it won't work in multi-byte languages like Japanes, Chinese, etc and an...