Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 설치
- M480
- SELECT UPDATE
- Modeling
- jqeury
- 2NE1
- Oracle
- jquery
- 링크
- DATABASE
- javascript
- 한글
- 다운로드
- 이클립스
- java
- error
- 미라지
- oracle not exists
- oracle not in
- input box
- Download
- html
- 10g
- iTunes
- update
- eclipse
- 개발자
- 오라클
- 태그를 입력해 주세요.
- 검색
Archives
- Today
- Total
목록깨짐 (2)
not set
구글 뮤직에서 한글이 깨지면
구글 뮤직에서 한글이 깨지면http://www.badayak.com/2208
Tool/Useful-Tools Links
2012. 3. 30. 08:54
눈물젖은 encoding ㅠ_ㅠ
진작에 이 방법을 써서 할껄 흑흑 http://suya55.tistory.com/314 별따는 수야님께 너무 감사드린다. 흑흑. ㅠㅠ String originalFileName ="한글!!! 한글!! abc#@$$"; System.out.println("====org====="); System.out.println(originalFileName); System.out.println("====8859-1====="); System.out.println(new String( originalFileName.getBytes( "8859_1"), "KSC5601")); System.out.println(new String( originalFileName.getBytes( "8859_1"), "EUC-KR")); ..
java/encoding
2010. 11. 1. 17:41