I live in Denmark and here we have 3 additional letters (æ,ø,å) and I am making GET requests for XML content but NSURL fails whenever I put in any of the characters. They have to be escaped somehow but I am not sure how. This is where I call NSURL:
NSURL *xmlURL = [NSURL URLWithString:URL];
NSURL *xmlURL = [NSURL URLWithString:URL];