use UTF-8 for string representation

This commit is contained in:
Jinhao
2015-12-29 01:26:19 +08:00
parent 443b3dcd87
commit 48254b6555
22 changed files with 116 additions and 124 deletions

View File

@@ -639,7 +639,7 @@ namespace nana
nana::paint::image* image(const node_type* node)
{
const nana::string& idstr = node->value.second.img_idstr;
const std::string& idstr = node->value.second.img_idstr;
if(idstr.size())
{
auto i = shape.image_table.find(idstr);