PC Programming/JAVA
String CharSet 변경
bluescor
2009. 10. 14. 10:53
String strTemp = "한글 String;
strTemp = new String(strTemp.getBytes(),"EUC-KR");