[CPP] wchar_t setlocale 한글 설정

spring·2020년 11월 9일
0
#ifdef _MSC_VER
	setlocale(LC_ALL, "Korean");
#else
	setlocale(LC_ALL, "ko_KR.utf8");
#endif
profile
Researcher & Developer @ NAVER Corp | Designer @ HONGIK Univ.

0개의 댓글