- ‘Foreign language is not expressed.’
String msg = “%ED%95%9C%EA%B8%80%20%EC%9D%B8%EC%BD%94%EB%94%A9%20%EC%9D%B4%EB%9D%BC%EB%84%A4~”;
String msg2 = convertUTF8ToString(msg);
text(msg2, x, y);
- println() does not work.
try { println(clearUserName); }catch(Exception e) {e.printStackTrace();}
This will solve it.