RE: Showing a URL with spaces in a NSAlertPanel
RE: Showing a URL with spaces in a NSAlertPanel
- Subject: RE: Showing a URL with spaces in a NSAlertPanel
- From: "Jonathan E. Jackel" <email@hidden>
- Date: Wed, 21 Jan 2004 11:05:34 -0500
Depending upon how you create the string, you may have to escape the % as
well. Try using %% instead of just %.
Also, we all could help you better if you told us exactly how the string is
being displayed and you how are creating it.
Jonathan
>
-----Original Message-----
>
From: email@hidden
>
[mailto:email@hidden]On Behalf Of Shoaib
>
Sent: Wednesday, January 21, 2004 9:05 AM
>
To: email@hidden
>
Subject: Showing a URL with spaces in a NSAlertPanel
>
>
>
I want to show a URL that contains a space (shown below, escaped
>
with )
>
in an NSAlertPanel but is shows up garbled.
>
>
http://www.mysite.com/Hello World.html
>
>
Any ideas?
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.