xmlドキュメントをロードしたいのですが、:のような特別な記号があり、ąčęėįšųū
エラーが発生しますInvalid character in the given encoding.
質問は、xmlをロードする前にこの文字をエンコードする方法ですか?
// load xml result from Google weather
XDocument xd = XDocument.Load("http://www.google.com/ig/api?weather=vilnius&hl=ru");