String string2 = new String(string1.getBytes("현재 인코딩"), "변경할 인코딩");
ex : new String(string1.getBytes("ISO-8859-1"), "euc-kr");
ex : new String(string1.getBytes("ISO-8859-1"), "euc-kr");
'Java' 카테고리의 다른 글
jstl 계행 처리 (0) | 2014.08.26 |
---|---|
html 태그 제거 (0) | 2011.09.16 |
날짜 변환 (0) | 2011.02.15 |
형변환 (0) | 2011.02.01 |