"When compiling Java source code, compilation errors occur if there are Korean comments.
Please patch this issue quickly."
example java source
// 이벤트 버스에 대한 핸들러 등록 <--- Korean comments
vertx.eventBus().consumer("clienthandler.deployed", message -> {
// Verticle이 배포될 때 호출되는 로직
// logger.info("clienthandler 성공적으로 배포되었습니다."+message.toString());
});
compile Error !!
TcpServer.java:87: error: unmappable character (0xEC) for encoding x-windows-949
// Verticle 배포 �? ?��류�? 발생?��?�� ?��?�� 처리