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.
NOKIA S40 シリーズの携帯電話から JAXRPC Web サービスを使用して HINDI 言語でデータを送信しようとしています。主な問題は、Web サーバーで受信したデータが正しい形式ではないことです。Webサーバーで取得するのは「?????」だけです (疑問符)。どこが間違っていますか?
入力ストリームを使用している場合は、以下のコードのように取得します
HttpConnection conn = (HttpConnection) Connector.open(Feed); InputStream rssStream = conn.openInputStream(); InputStreamReader isr = new InputStreamReader(rssStream, "utf8");