NSString stringWithContentsOfURL
NSString stringWithContentsOfURL
- Subject: NSString stringWithContentsOfURL
- From: SoK <email@hidden>
- Date: Tue, 23 Jul 2002 07:47:11 +0200
Hi
I have made a small application to retrieve news from a site to a dock
menu ... but i have a problem ... when i get the source of the page
caractere are encoded ...
i use this :
NSString *page = [NSString stringWithContentsOfURL:[NSURL
URLWithString:@"
http://www.trucmuche.com"]];
but i get some things like this : "Transformer un bo\\323tier SCSI en
Firewire"
and i need to introduce directly some text in a dock menu ... how i can
get the real format ?
thx
________________________
Benoit HERVIER (alias SoK)
http://www.hervier.fr.st/
email@hidden
________________________
_______________________________________________
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.