Skip to content

[fix] message.properties 파일 한글 깨짐 방지#172

Merged
yoon6yo merged 7 commits intodevelopfrom
feat/#155-scheduler
Feb 13, 2026
Merged

[fix] message.properties 파일 한글 깨짐 방지#172
yoon6yo merged 7 commits intodevelopfrom
feat/#155-scheduler

Conversation

@saokiritoni
Copy link
Copy Markdown
Member

🌱 작업 사항

각자 해야할 일

  1. IntelliJ 설정 (필수)
    Settings (Windows: Ctrl+Alt+S / Mac: Cmd+,) 접속

  2. Editor > File Encodings 이동

  3. Properties Files (.properties) 항목 설정:

  • Default encoding: UTF-8로 설정
  • Transparent native-to-ascii conversion: ✅ 체크 (가장 중요!)
  • Apply 클릭 후 확인

왜 이 설정을 하나요?

자바 .properties 파일의 기본값인 Latin-1 인코딩 한계를 극복하기 위함입니다. 이 설정을 하면 우리는 IDE에서 편하게 한글로 보지만, 실제 파일에는 \u1234 같은 유니코드로 저장되어 어떤 환경에서도 깨지지 않습니다.

🌱 참고 사항

이전에 깨졌던 파일을 다시 넣어서 커밋했습니다.

@saokiritoni saokiritoni requested a review from a team as a code owner February 4, 2026 09:07
@yoon6yo yoon6yo merged commit 9e5beaf into develop Feb 13, 2026
@yoon6yo yoon6yo deleted the feat/#155-scheduler branch March 29, 2026 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants