iphone - NSURL encoding using iso-8859-1 instead of UTF8 -


I need to use an NSString to use ISO-8859-1 instead of UTF 8 in NSURL (like here :) But I do not know about receiving it.

For example:

  should be http://www.example.com/catalĂ   

< Pre> http://www.example.com/catal%E1

insted

  http: //www.example.com / Catal% C3% A0  

Thanks in the advice!

You probably want the NSString method


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -