]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Revert encoding for Salome study to Latin-1 (see issue #22825) V7_6_0a1 V7_6_0b1
authorRenaud Barate <renaud.barate@edf.fr>
Thu, 2 Apr 2015 15:41:27 +0000 (17:41 +0200)
committerRenaud Barate <renaud.barate@edf.fr>
Thu, 2 Apr 2015 15:41:27 +0000 (17:41 +0200)
src/KERNEL_PY/kernel/studyedit.py

index 121cbf64f0c6b927514cd94890f34407b3eb8f10..30409a1df94663dd003076c79b7f2f1ce6015803 100644 (file)
@@ -39,8 +39,8 @@ logger = Logger("salome.kernel.studyedit", color = termcolor.PURPLE)
 _editors = {}
 _DEFAULT_CONTAINER = "FactoryServer"
 
-# The codec to use for strings that are displayed in Salome study tree is UTF-8
-ENCODING_FOR_SALOME_STUDY = "utf-8"
+# The codec to use for strings that are displayed in Salome study tree is Latin-1
+ENCODING_FOR_SALOME_STUDY = "iso-8859-1"
 
 ## Return the ID of the active study. In GUI mode, this function is equivalent
 #  to salome.sg.getActiveStudyId(). Outside GUI, it returns <b> salome.myStudyId </b>