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

@@ -98,7 +98,7 @@ namespace system
}
//open an url through a default browser
void open_url(const nana::string& url)
void open_url(const std::wstring& url)
{
if(url.empty())
return;