convert some more comments to utf8

This commit is contained in:
2024-04-06 10:24:46 +02:00
parent 8685b02fdc
commit 9056f6c6c6
4 changed files with 23 additions and 23 deletions

View File

@ -519,7 +519,7 @@ void parse(char * filename)
if (lexstate.lookahead.token == TK_OR)
{
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD> when name
// 다중 when name
// push to somewhere -.-
ps = ST_WHEN_NAME;
when_name_arg_vector.push_back(make_pair(current_when_name, current_when_argument));
@ -539,7 +539,7 @@ void parse(char * filename)
current_when_condition = "";
if (t.token == TK_WITH)
{
// here comes <EFBFBD><EFBFBD><EFBFBD>ǽ<EFBFBD>
// here comes 조건식
next(&lexstate);
ostringstream os;
os << (lexstate.t);
@ -848,7 +848,7 @@ void parse(char * filename)
}
}
// quest function<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
// quest function들을 기록
ouf << all_functions;
ouf << "}";