diff options
author | Pierre Marechal <pierre.marechal@scilab.org> | 2008-03-27 18:34:54 +0000 |
---|---|---|
committer | Pierre Marechal <pierre.marechal@scilab.org> | 2008-03-27 18:34:54 +0000 |
commit | 17aad1a4c5d92db9e154a5363bd7339f56dfb505 (patch) | |
tree | 290f488a6fd1de38f56ba59e29717646b128b362 | |
parent | 0ca53fc0c0a11de03e7a931c61e71b2609c90180 (diff) | |
download | scilab-17aad1a4c5d92db9e154a5363bd7339f56dfb505.zip scilab-17aad1a4c5d92db9e154a5363bd7339f56dfb505.tar.gz |
Revert5.0-alpha-3
-rw-r--r-- | scilab/modules/helptools/macros/xmltoformat.sci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scilab/modules/helptools/macros/xmltoformat.sci b/scilab/modules/helptools/macros/xmltoformat.sci index dc20c13..246af6c 100644 --- a/scilab/modules/helptools/macros/xmltoformat.sci +++ b/scilab/modules/helptools/macros/xmltoformat.sci | |||
@@ -750,7 +750,7 @@ endfunction | |||
750 | 750 | ||
751 | function create_MD(dirs,titles,output_filename) | 751 | function create_MD(dirs,titles,output_filename) |
752 | 752 | ||
753 | master_document = ["<?xml version=""1.0"" encoding=""UTF-8""?>"; .. | 753 | master_document = ["<?xml version=""1.0"" encoding=""ISO-8859-1""?>"; .. |
754 | "<!DOCTYPE book ["; | 754 | "<!DOCTYPE book ["; |
755 | "<!--Begin Entities-->"]; | 755 | "<!--Begin Entities-->"]; |
756 | 756 | ||
@@ -812,7 +812,7 @@ function create_MD_dir(my_dir,my_title,output_filename) | |||
812 | category_id = title2category(my_title); | 812 | category_id = title2category(my_title); |
813 | my_title = strsubst(my_title , "&" , "&" ); | 813 | my_title = strsubst(my_title , "&" , "&" ); |
814 | 814 | ||
815 | master_document = ["<?xml version=""1.0"" encoding=""UTF-8""?>"; .. | 815 | master_document = ["<?xml version=""1.0"" encoding=""ISO-8859-1""?>"; .. |
816 | "<!DOCTYPE book ["; | 816 | "<!DOCTYPE book ["; |
817 | "<!--Begin Entities-->"]; | 817 | "<!--Begin Entities-->"]; |
818 | 818 | ||