code
-
code page (949)개발실 2021. 10. 15. 09:30
가능하면, warning을 error로 처리하는 옵션을 사용하는것이 좋다. 대부분 무시해도 괜찮지만. 조금더 안전한 프로그램을 개발하기 위한 조치라고 분다. 근데, 아래와 같은 에러가 나는데, 아래와 같이 조치를 해도 계속 난다. warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss 파일을 유니코드 형식으로 저장 하려면 Visual Studio에서 파일 다른 > 이름으로 저장 을 선택 합니다. 다른 이름으로 파일 저장 대화 상자에서 저장 단추에 대 한 드롭다운을 선택 하 고 인코딩..
-
code page error개발실 2021. 8. 28. 18:23
Visual studio 2019에서 에러. 이상한 문자도 없는데, 에러가 남. 이상한 글자가 있을까봐, 지우고도 써보고 다른곳으로도 옮겨봐도 계속남. warning을 무시하게 하면 되지만, 저런것 못보는 성격이라. 에러 메세지. gltfpack.cpp(995,1): error C2220: the following warning is treated as an error gltfpack.cpp(995,1): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss 아래 옵션을 해도 변환..