03-10-2010, 10:13 PM
|
cspt
Joined on 03-11-2010
Posts 3
|
Re: Several questions - Fonts - special Characters
|
 
 
|
|
|
Tried this in both Default.word2web and also my saved project file, which now looks like this:
<?xml version="1.0" encoding="utf-8"?>
<Word2Web FileVersion="2">
<WordFile>.\Word.docx</WordFile>
<OutPath>P:\x\base\help\loc\de</OutPath>
<WebTitle>Software Help</WebTitle>
<WebFileExt>.html</WebFileExt>
<FirstPage>index.html</FirstPage>
<Template>WebTemplates\NoSearch\RL</Template>
<Options RelatedTopicTitle="Related Topics" Language="-1" PageFileNameRule="Default" ShowNavigator="True" ShowRelatedTopic="False" RefToLink="True" UsePNG="False" CoverPageTitle="Cover" ShowChapterNo="False" MergeAtLevel="1" Engine="Auto"/>
<Settings BackColor="#666666" BorderColor="#666666" PageTitleColor="#FFFFFF" NodeColor="#EEEEEE" HotNodeColor="#FFFFFF" IsLocalHelp="True" ShowHomeLink="False" HomeText="Home" PrevText="Prev" NextText="Next" PrintText="Print" Copyright="Copyright © 2004-2010 Company Name" ShowTreeTooptip="False" AutoCollapseTree="False" AutoCollapseOIC="False" WrapHeading="True" AutoSync="True" LeftPanelWidth="240"/>
<Addins>
<Addin __File="HtmlReplace.Addin" __Path="Addins\HtmlReplace\" UseRegex="True" __Enabled="True" FindHTML="[\xA0]" ReplaceHTML=""/>
<Addin __File="HtmlReplace.Addin" __Path="Addins\HtmlReplace\" UseRegex="True" __Enabled="True" FindHTML="[\x92]" ReplaceHTML=""/>
<Addin __File="HtmlReplace.Addin" __Path="Addins\HtmlReplace\" UseRegex="True" __Enabled="True" FindHTML="[\x93\x94]" ReplaceHTML=""/>
</Addins>
<Themes/>
</Word2Web>
Both generate an error on loading:
"(6742~FD5A~A87C~CBB0~B8D3A7),ecc3r11c34ws31wf3,E,-I600, IE7.0:Invalid unicode character."
Is there something I'm missing?
|
|
|
|
|
Report
|
|
|
|