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.
cisco IP Phone で問題に直面しています。アラビア文字を表示しようとすると、???????? と表示されます。IP電話でアラビア語を正しく表示するにはどうすればよいですか?
次のコードを使用して問題を修正しました。
String newStr=new String( str.getBytes("iso-8859-1"), "utf-8");