Fix several remaining unicode issues

This commit is contained in:
Christophe Dumez
2010-06-06 13:23:39 +00:00
parent 1b954f157f
commit 74f16c8e76
6 changed files with 46 additions and 28 deletions

View File

@@ -74,7 +74,6 @@ public:
static inline sha1_hash QStringToSha1(const QString& s) {
std::string str(s.toLocal8Bit().data());
std::istringstream i(str);
std::cout << "lol" << std::endl;
sha1_hash x;
i>>x;
return x;