Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37602992
en ru br
Репозитории ALT
S:6.0.2-alt5
5.1: 5.1.1-alt3
4.1: 4.1.2-alt4.M41.1
4.0: 4.1.2-alt5.M40.1
3.0: 3.0-alt1
www.altlinux.org/Changes

Группа :: Науки/Математика
Пакет: scilab

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: scilab-fix-make-doc-ja_JP.patch
Скачать


--- a/modules/helptools/macros/xmltoformat.sci
+++ b/modules/helptools/macros/xmltoformat.sci
@@ -1753,6 +1753,17 @@ function section_id = x2f_title2id(title
 
     section_id = strsubst(section_id , "&"  , "_" );
 
+    section_id = strsubst(section_id , ":"  , ""  );
+    section_id = strsubst(section_id , "\"  , "_" );
+    section_id = strsubst(section_id , "/"  , "_" );
+    section_id = strsubst(section_id , "''" , "_" );
+    section_id = strsubst(section_id , "  " , " " );
+    section_id = strsubst(section_id , " "  , "_" );
+    section_id = strsubst(section_id , "["  , ""  );
+    section_id = strsubst(section_id , "]"  , ""  );
+
+    return;
+
     section_id = strsubst(section_id , "ц─"  , "A" );
     section_id = strsubst(section_id , "ц│"  , "A" );
     section_id = strsubst(section_id , "ц┌"  , "A" );
@@ -1810,15 +1821,6 @@ function section_id = x2f_title2id(title
     section_id = strsubst(section_id , "ц╫"  , "y" );
     section_id = strsubst(section_id , "ц©"  , "y" );
 
-    section_id = strsubst(section_id , ":"  , ""  );
-    section_id = strsubst(section_id , "\"  , "_" );
-    section_id = strsubst(section_id , "/"  , "_" );
-    section_id = strsubst(section_id , "''" , "_" );
-    section_id = strsubst(section_id , "  " , " " );
-    section_id = strsubst(section_id , " "  , "_" );
-    section_id = strsubst(section_id , "["  , ""  );
-    section_id = strsubst(section_id , "]"  , ""  );
-
     section_id = convstr(section_id,"l");
 
 endfunction
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin