Salome HOME
CppUnit tests updated to the new test procedure based on salome_test_driver.
[modules/yacs.git] / src / SALOMEDSImpl / SALOMEDSImpl_Study.cxx
index 9eea0a2d39a9b430c559ba67a7dc6d5a8a0abcec..6fe45d9a7d115409a59e115a675c01bbf90eb71a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -1418,7 +1418,7 @@ bool SALOMEDSImpl_Study::DumpStudy(const std::string& thePath,
 std::string SALOMEDSImpl_Study::GetDumpStudyComment(const char* theComponentName)
 {
   std::stringstream txt;
-  txt << "# -*- coding: iso-8859-1 -*-" << std::endl << std::endl;
+  txt << "# -*- coding: utf-8 -*-" << std::endl << std::endl;
   txt << "###" << std::endl;
   txt << "### This file is generated automatically by SALOME v"
       << KERNEL_VERSION_STR