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 | 29 | 30 | 31 |
Tags
- Docker
- AJAX
- Core Java
- IntelliJ
- Thymeleaf
- 문서
- PostgreSQL
- Spring Boot
- Eclipse
- Python
- Exception
- STS
- spring
- JavaScript
- oracle
- Source
- 오픈소스
- maven
- Tomcat
- error
- 설정
- ubuntu
- JDBC
- myBatis
- git
- Open Source
- MSSQL
- jpa
- MySQL
- SpringBoot
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