Quote:
Originally Posted by DenVog
Hi Joe. Thanks for the follow-up.
Hmm. The carriage return is a great idea, but I am not getting it to work.
Code:
NSString *infoStrings = [NSString stringWithFormat: @"Device Name: %@\rDevice Type: %@\r", nameString, typeString];
I wonder if the "\r" is getting stripped out when it does the string encoding for the URL?
|
Print out that string before and after the URL encoding and see what you have.
joe