Error:
Invalid byte 1 of 1-byte UTF-8 sequence.
Solution:
Text File Encoding이 UTF-8인 XML 파일에서 한글을 사용하면 나오는 문제.
한글을 지우던지 Validation 체크를 없애면 됨. 아니면 확실하진 않지만 EUC-KR으로 변경하면 될 듯.
'Development > Java' 카테고리의 다른 글
공백(xA0)을 정규표현식으로 찾는 방법 (0) | 2017.10.12 |
---|---|
ojdbc를 통해 SESSIONTIMEZONE 사용할 때 문제( feat. timezone 에러 ) (0) | 2015.05.11 |
[Error] Invalid byte 1 of 1-byte UTF-8 sequence. (0) | 2015.03.13 |
[Error] The method getTextContent() is undefined for the type Node (0) | 2015.03.13 |
Description Resource Path Location Type Java compiler level does not match the version of the installed Java project facet. (0) | 2015.02.18 |
JDBC Statement, PreparedStatement, CallableStatement 차이 (0) | 2015.01.22 |