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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -