GH #290: Unicode support

This commit is contained in:
Alex Fabijanic
2014-05-21 03:28:24 -05:00
parent 8b39a87fd6
commit 1aa28e1491
46 changed files with 1168 additions and 114 deletions

View File

@@ -1115,7 +1115,7 @@ void VarTest::testString()
Poco::UInt64 s9;
float s10;
double s11;
bool s12;
bool s12 = false;
char s13;
a1.convert(s1);
a1.convert(s2);