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
Post a Comment