이 글의 문맥을 분석하여 이글루스에 있는 많은 글 중에서 관련성이 높은 글을 자동으로 검색해 낸 결과입니다.
제갈장비
dojeun.egloos.com
이글루스 | 로그인

라면 한그릇 드세요.. ㅋㅋ
by 제갈장비
카테고리
전체
제갈장비-Linux
제갈장비-TOMCAT
제갈장비-JAVA
--------------------
문서-Linux
문서-Powerbuilder
문서-JAVA
문서-ASP
문서-하드웨어
문서-EDPS
문서-MSSQL
--------------------
TIP-JAVA
TIP-Perl
TIP-ASP
TIP-Powerbuilder 01
TIP-Javascript
TIP-Excel
TIP-XML
TIP-MSAccess
TIP-PostgreSql
TIP-Windows
TIP-Linux
TIP-HTML
TIP-TOMCAT
--------------------
ETC
Secret
Util-Japan
미분류
최근 등록된 덧글
잘읽어 보았습니다. 그런..
by 이윤철 at 11/07
1000 666
by qhrlfeh77 at 05/21
123
by qhrlfeh77 at 05/21

by qhrlfeh77 at 05/21
감사합니다!! HashSet..
by 세레네이 at 04/06
찾고 있었던 자료인데 ..
by 나그네 at 01/09
감사합니다. 잘 보았습..
by 졸면죽는다 at 10/28
좋은 정보 정말 감사합니..
by 강성훈 at 10/22
좋은글 퍼가겠습니다.
by 정의진 at 09/29
이제야 봤습니다. iText..
by 제갈장비 at 08/09
이글루 파인더
Powered by egloos
rss

skin by 이글루스
2006년 10월 18일
자바 문자열 엔코딩 테스트 모음


정리일자 : 2006.10.18(수)
정리자 : 제갈장비



자바 문자열 엔코딩 테스트 모음

  String strTITLE01="";
  String strTITLE02="";
  String strTITLE03="";
  String strTITLE04="";
  String strTITLE05="";
  String strTITLE06="";
  String strTITLE07="";
  String strTITLE08="";
  String strTITLE09="";
  String strTITLE10="";
  String strTITLE11="";
  String strTITLE12="";
  String strTITLE13="";

  try {
   strTITLE01 = new String(title.getBytes("Shift_JIS"),"ISO-8859-1");
   strTITLE02 = new String(title.getBytes("Shift_JIS"),"EUC-JP");
   strTITLE03 = new String(title.getBytes("Shift_JIS"),"EUCJIS");
   strTITLE04 = new String(title.getBytes("Shift_JIS"),"UTF-8");
   strTITLE05 = new String(title.getBytes("ISO-8859-1"),"Shift_JIS");
   strTITLE06 = new String(title.getBytes("ISO-8859-1"),"EUC-JP");
   strTITLE07 = new String(title.getBytes("ISO-8859-1"),"EUCJIS");
   strTITLE08 = new String(title.getBytes("ISO-8859-1"),"UTF-8");
   strTITLE09 = new String(title.getBytes("ISO-8859-1"),"ISO-8859-1");
   strTITLE10= new String(title.getBytes("UTF-8"),"Shift_JIS");
   strTITLE11= new String(title.getBytes("UTF-8"),"EUC-JP");
   strTITLE12= new String(title.getBytes("UTF-8"),"MS932");
   strTITLE13= new String(title.getBytes("UTF-8"),"UTF-8");

   System.out.println(strTITLE01);
   System.out.println(strTITLE02);
   System.out.println(strTITLE03);
   System.out.println(strTITLE04);
   System.out.println(strTITLE05);
   System.out.println(strTITLE06);
   System.out.println(strTITLE07);
   System.out.println(strTITLE08);
   System.out.println(strTITLE09);
   System.out.println(strTITLE10);
   System.out.println(strTITLE11);
   System.out.println(strTITLE12);
   System.out.println(strTITLE13);
  } catch (UnsupportedEncodingException e) {
   e.printStackTrace();
  }

- 끝 -

# by 제갈장비 | 2006/10/18 15:00 | 제갈장비-JAVA | 트랙백 | 덧글(0)
트랙백 주소 : http://dojeun.egloos.com/tb/453959
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글

◀ 이전 페이지 다음 페이지 ▶

이글루링크 추가하기
()을(를)
이글루링크로 추가하시겠습니까? 추가하시려면 그룹선택을 하세요.
(그룹선택 하지 않는 경우, 최상단 목록에 추가됩니다.)
그룹선택 :
이글루링크 취소