text encoding fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include "../../common/stl.h"
|
||||
#include "group_text_parse_tree.h"
|
||||
|
||||
@@ -200,7 +200,7 @@ bool CGroupNode::GetRow(const std::string & c_rstrRowKey, OUT const CGroupNode::
|
||||
return true;
|
||||
}
|
||||
|
||||
// 참고로, idx랑 txt에 쓰여진 순서랑 관계 없음.
|
||||
// 참고로, idx랑 txt에 쓰여진 순서랑 관계 없음.
|
||||
bool CGroupNode::GetRow(int idx, OUT const CGroupNode::CGroupNodeRow ** ppRow) const
|
||||
{
|
||||
if (idx >= m_map_rows.size())
|
||||
@@ -223,7 +223,7 @@ bool CGroupNode::GetGroupRow(const std::string& stGroupName, const std::string&
|
||||
if (pChildGroup->GetRow(stRow, ppRow))
|
||||
return true;
|
||||
}
|
||||
// default group을 살펴봄.
|
||||
// default group을 살펴봄.
|
||||
pChildGroup = GetChildNode("default");
|
||||
if (NULL != pChildGroup)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user