convert some more comments to utf8
This commit is contained in:
@ -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 << "}";
|
||||
|
Reference in New Issue
Block a user