IT/java
자바 charset 설정
즐건세상
2008. 2. 13. 17:03
String str ="한글";
byte[] b1 = str.getByte();
byte[] b2 = str.getByte("UTF-8");
byte[] b1 = str.getByte();
byte[] b2 = str.getByte("UTF-8");