일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- CSS사용법
- Android
- apache gzip
- html
- Java
- Kotlin
- R프로그래밍
- android error
- DataTable
- FLUTTER
- Firebase
- Eclipse
- MySQL
- Android Apk 이름
- Android Apk 이름 변경
- fragment
- java error
- tomcat
- release Apk
- 안드로이드
- Program type already present
- spring
- css
- release unsigned
- Android Apk
- error
- jQuery
- JavaScript
- android fragment
- Exception
- Today
- Total
selfstarter
Properties Some characters cannot be mapped using "ISO-8859-1" character encoding 본문
Properties Some characters cannot be mapped using "ISO-8859-1" character encoding
selfstarter 2020. 6. 9. 15:16Properties Some characters cannot be mapped using "ISO-8859-1" character encoding
Error
다국어 Properties 저장 시 다음 에러 발생. 또 ISO-8859-1 인코딩을 한 상태였는데 다른사람은 이상없는데 내 자리만 다르게 인코딩됨.
Some characters cannot be mapped using "ISO-8859-1" character encoding.
Either change the encoding or remove the characters which are not supported by the ISO-8859-1 character encoding
1) 파일 message_vi.properties - Properties
2) Window-preference-General-Workspace
3) Window-preference-General-Content Type-Properties File
전부 확인했고 다른사람 설정과 차이가 없었음
인터넷 검색하면 jsp 인코딩을 바꾸라는 말 뿐..하지만 난 Properties를 저장할 때가 문제였다..
Solution
예전에 properties 파일에서 유니코드말고 한글을 보기위해 PropertiesEditor을 설치했는데 그것이 문제였던 것 같았다.
그래서 Help - About Eclipse(About Spring Tool...) - Installation Details - Properties Editor과 propertiesEditor_Asian_NLS 삭제
Properties Editor만 삭제했는데 propertiesEditor_Asian_NLS가 설치되어 있어서인지 자꾸 인코딩이 틀려서 삽질했다
아무튼 더 이상 에러도 안뜨고 인코딩도 다른사람들과 똑같이 잘 된다
'Server > Spring' 카테고리의 다른 글
Eclipse jdk, jre, java version 변경하는 법 (0) | 2020.06.29 |
---|---|
Project facet Java version 1.8 is not supported (0) | 2020.06.16 |
Tomcat Error unknown version of Tomcat was specified (0) | 2020.05.15 |
apache gzip filter 설정 (0) | 2019.10.09 |
apache gzip 설정 (0) | 2019.10.09 |