您好我正在收到来自服务器的文本,该文本是阿拉伯语,我编码输入流,如下所示
String strInputStream = Utility.Service.inputStreamToString(n_oInputStream);
try
{
n_oInputStream = new ByteArrayInputStream(strInputStream.getBytes("ISO-8859-1"));
}
catch (UnsupportedEncodingException e)
{
e.printStackTrace();
}
但是阿拉伯语的字母正在coming???? ?????????但从服务器我得到正确的阿拉伯字母