250x250
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 |
Tags
- Python
- Eclipse
- spring
- maven
- Open Source
- myBatis
- oracle
- Docker
- git
- jpa
- SpringBoot
- Spring Boot
- Core Java
- 문서
- MSSQL
- JavaScript
- ubuntu
- STS
- JDBC
- Tomcat
- AJAX
- Exception
- Thymeleaf
- IntelliJ
- Source
- 설정
- 오픈소스
- error
- PostgreSQL
- MySQL
Archives
- Today
- Total
목록UnsupportedEncodingException (1)
헤르메스 LIFE
한글 Encoding 확인
try { System.out.println( "utf-8 -> euc-kr : " + new String( word.getBytes( "utf-8" ), "euc-kr" ) ); System.out.println( "utf-8 -> ksc5601 : " + new String( word.getBytes( "utf-8" ), "ksc5601" ) ); System.out.println( "utf-8 -> x-windows-949 : " + new String( word.getBytes( "utf-8" ), "x-windows-949" ) ); System.out.println( "utf-8 -> iso-8859-1 : " + new String( word.getBytes( "utf-8" ), "iso-8..
Core Java
2021. 2. 8. 15:28