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