Quantcast
Channel: Parsing XML files with special characters - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Rob for Parsing XML files with special characters

As per Woody's answer, this is completely expected. You will need to concatenate the strings from the multiple - (void) parser:(NSXMLParser *)parser foundCharacters:(NSString *)string calls.The correct...

View Article



Answer by Woody for Parsing XML files with special characters

This is normal behaviour - parser:foundCharacters can be called multiple times for one string (and tends to be for accented characters). Your string isn't complete until the end of the element, so...

View Article

Parsing XML files with special characters

I try to parse a list of persons and pollute a UITableView with the names. But the persons I want to parse have special character (ä, ö, ü). Now if I start parsing the name "Gött" it is "ött"...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images