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