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