본문 바로가기

JAVA

1. UTF-8로 인코딩

반응형

try ~ catch 없이 UTF-8로 인코딩 하기!



1
String after_str = new String(before_str.getBytes("ISO-8859-1"),"UTF-8");
cs

끝!


반응형