I need a function that can print Turkish characters. public String convert(String input) { String output = new String(s.getBytes(input), "CodePage-857"); ...
確定! 回上一頁