0028110: Configuration - specify Unicode charset instead of multibyte in project...
authorski <ski@opencascade.com>
Mon, 14 Nov 2016 11:31:00 +0000 (14:31 +0300)
committerapn <apn@opencascade.com>
Thu, 29 Dec 2016 11:29:16 +0000 (14:29 +0300)
commitad03c2344920e9a5ddcb6527aab24470970a026f
tree8d7fcbdb2e050d9c22f6c6821d2563892ebd0afd
parent0a40a30da5f3b5f0b6e8353632411641bd6e4253
0028110: Configuration - specify Unicode charset instead of multibyte in project files for Visual Studio

Eliminated usage of ANSI methods.
All Visual Studio projects generated by genproj or CMake use Unicode character set.

Draw Harness now handles Unicode input on Windows.
Tcl test scripts are now expected in UTF-8 encoding by default.
27 files changed:
CMakeLists.txt
adm/genproj.tcl
src/Draw/COMMANDWINDOW.h
src/Draw/CommandWindow.cxx
src/Draw/Draw.cxx
src/Draw/Draw_Appli.hxx
src/Draw/Draw_Main.cxx
src/Draw/Draw_Viewer.cxx
src/Draw/Draw_Window.cxx
src/Draw/Draw_Window.hxx
src/Draw/Draw_Window_1.mm
src/Draw/MainWindow.cxx
src/Draw/init.cxx
src/Draw/init.h
src/IVtkDraw/IVtkDraw.cxx
src/IVtkDraw/IVtkDraw.hxx
src/OSD/OSD_Environment.cxx
src/OSD/OSD_File.cxx
src/OSD/OSD_Host.cxx
src/OSD/OSD_Process.cxx
src/ViewerTest/ViewerTest.hxx
src/ViewerTest/ViewerTest_ViewerCommands.cxx
src/WNT/FILES
src/WNT/WNT_WClass.cxx
src/WNT/WNT_WClass.hxx
src/WNT/WNT_WClass.lxx [deleted file]
src/WNT/WNT_Window.cxx