error: unmappable character (0xEB) for encoding x-windows-949
오랜만에 IntelliJ를 다시 깔고 프로젝트를 만드니, 한글이 제대로 인코딩이 안되고 깨져서 빌드 시 오류가 나거나 한다.
예전에 원래도 그랬는지 모르겠지만..
검색해서 이것저것 해봤지만,
=================================================================
아래 2가지를 한다.
=================================================================
File - Settings - File Encodings 에서
Global Encoding / Project Encoding 둘 다 UTF-8로 변경
--------------------------------------------------------------------------------------------------------------
Help - Edit Custom VM Options 에서
-Dfile.encoding=UTF-8
한줄 추가한다.
================================================================
Software engineering 강의자료요약, Chapter5 System Modeling. Ian Sommerville, 소프트웨어공학, 강의자료요약,
ch5. System modeling 시스템 모델링은 시스템의 추상적인 모델들을 만드는 과정이고, 각 모델들은 시스템의 다른 관점을 표현한다. Unified Modeling Language (UML) graphical notation을 ..
itdar.tistory.com
백준 7576 - 토마토, 너비우선, 깊이우선, 프로그래머스, 알고리즘, Programmers, Stack, Queue, Hash, 코딩
// Process // 1. Input col, row, tomato infos // 2. Make matrix for checking if it's need to visit or not // 3. Check all riped tomato, and put them in the queue // 4..
itdar.tistory.com