From cdf60878d2c592aca4769c2927dc48d52e353635 Mon Sep 17 00:00:00 2001 From: akl Date: Wed, 9 Jul 2014 17:57:38 +0400 Subject: [PATCH] Fixing of 0022619: [CEA 1094] Dump study in utf8: replacement # -*- coding: iso-8859-1 -*- by # -*- coding: utf-8 -*- --- src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx index 9eea0a2d3..3918ade66 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx @@ -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 -- 2.30.2