Only convert Page and Document formats is the related Format file exists.
Skip commented lines in INI file. Remove inline comments before processing INI file. Use more explicit comparisons to determine type of command. Replace spaces with {sp}.
This commit is contained in:
@@ -296,6 +296,7 @@ namespace fmtxml
|
||||
str = str.Replace("<", "<");
|
||||
str = str.Replace(">", ">");
|
||||
str = str.Replace("\x0B", "");
|
||||
str = str.Replace(" ", "{sp}");
|
||||
return str;
|
||||
}
|
||||
private static string[] FontChoice =
|
||||
|
Reference in New Issue
Block a user