remove utf8_cast functions

This commit is contained in:
Jinhao
2016-01-22 00:46:10 +08:00
parent b961ff51d7
commit 325961a277
19 changed files with 81 additions and 113 deletions

View File

@@ -319,7 +319,7 @@ namespace drawerbase {
std::wstring line_text;
if (editor->getline(line_index, line_text))
{
text = utf8_cast(line_text);
text = to_utf8(line_text);
return true;
}
}