John Wreford
Results
1
comments of
John Wreford
Issues with ' apostrophe. Content = "you're"; The quote " works Content = "you\"re"; - (NSString *)XMLEncodedString { return [[[[[self stringByReplacingOccurrencesOfString:@"&" withString:@"&"] stringByReplacingOccurrencesOfString:@"" withString:@">"] stringByReplacingOccurrencesOfString:@"\"" withString:@"""] stringByReplacingOccurrencesOfString:@"\'" withString:@"'"]; } Not...