src/relpipe-out-xml.cpp
branchv_0
changeset 5 7c84323969d1
parent 4 7e0211f00413
child 13 816094aa1fff
equal deleted inserted replaced
4:7e0211f00413 5:7c84323969d1
    30 using namespace relpipe::cli;
    30 using namespace relpipe::cli;
    31 using namespace relpipe::reader;
    31 using namespace relpipe::reader;
    32 using namespace relpipe::out::xml;
    32 using namespace relpipe::out::xml;
    33 
    33 
    34 int main(int argc, char** argv) {
    34 int main(int argc, char** argv) {
       
    35 	setlocale(LC_ALL, "");
       
    36 	CLI::untieStdIO();
    35 	CLI cli(argc, argv);
    37 	CLI cli(argc, argv);
    36 
    38 
    37 	int resultCode = CLI::EXIT_CODE_UNEXPECTED_ERROR;
    39 	int resultCode = CLI::EXIT_CODE_UNEXPECTED_ERROR;
    38 
    40 
    39 	try {
    41 	try {