objective c - Problem parsing Google weather data only for Paris -


i have created app weather reports using http://www.google.com/ig/api?weather=paris. works cities except paris.

in app have text field; if type "sydney", show weather in sydney, if type "paris", gives error: nsxmlparsererrordomain error:9. don't know means. error? idea?

according apple's documentation has encountered illegal character: nsxmlparserinvalidcharactererror = 9,

make sure correctly parse utf-8


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -