From f3ae3c6195a438300f067609c4523c1482ef4d1d Mon Sep 17 00:00:00 2001 From: Renaud Barate Date: Thu, 2 Apr 2015 17:41:27 +0200 Subject: [PATCH] Revert encoding for Salome study to Latin-1 (see issue #22825) --- src/KERNEL_PY/kernel/studyedit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/KERNEL_PY/kernel/studyedit.py b/src/KERNEL_PY/kernel/studyedit.py index 121cbf64f..30409a1df 100644 --- a/src/KERNEL_PY/kernel/studyedit.py +++ b/src/KERNEL_PY/kernel/studyedit.py @@ -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 salome.myStudyId -- 2.39.2