From 1161c5817059464ab511632c0ce5d14593ced1a3 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 2 May 2014 19:56:38 +0200 Subject: ICE-4851 - Use wstrings for input and output data that contain non-ASCII characters? --- cpp/src/FreezeScript/DumpDB.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpp/src/FreezeScript/DumpDB.cpp') diff --git a/cpp/src/FreezeScript/DumpDB.cpp b/cpp/src/FreezeScript/DumpDB.cpp index f1eb24508c0..736f22e0d9d 100644 --- a/cpp/src/FreezeScript/DumpDB.cpp +++ b/cpp/src/FreezeScript/DumpDB.cpp @@ -452,10 +452,6 @@ run(const Ice::StringSeq& originalArgs, const Ice::CommunicatorPtr& communicator if(!outputFile.empty()) { - // - // No nativeToUTF8 conversion necessary here, no string converter is installed - // by wmain() on Windows and args are assumbed to be UTF8 on Unix platforms. - // IceUtilInternal::ofstream of(outputFile); if(!of.good()) { @@ -469,10 +465,6 @@ run(const Ice::StringSeq& originalArgs, const Ice::CommunicatorPtr& communicator } else { - // - // No nativeToUTF8 conversion necessary here, no string converter is installed - // by wmain() on Windows and args are assumbed to be UTF8 on Unix platforms. - // IceUtilInternal::ifstream in(inputFile); char buff[1024]; while(true) -- cgit v1.2.3