0

嗨,我正在从服务器接收阿拉伯文文本,并对输入流进行如下编码

String strInputStream = Utility.Service.inputStreamToString(n_oInputStream);
        try 
        {
            n_oInputStream = new ByteArrayInputStream(strInputStream.getBytes("ISO-8859-1"));
        } 
        catch (UnsupportedEncodingException e) 
        {
            e.printStackTrace();
        }

但阿拉伯字母来了 ?????????????????? 但从服务器我得到正确的阿拉伯字母

4

0 回答 0