Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Webサーバーにギリシャ語のテキストを含むtxtファイルがあり、WebClientを使用してWP7アプリをダウンロードしています。問題は、ギリシャ文字が?????????として表示されることです。何か提案はありますか?
エンコーディングをUTF-8に設定します。
WebClient wc = new WebClient (); wc.Encoding = UTF8Encoding.UTF8;