Cannot convert Word to HTML if source document filename is using only non-english characters
Message details are:
Stack trace:
at ChmProcessorLib.DocumentProcessor.GenerateHelp() in D:\epopas\projects\chmProcessor\ChmProcessorLib\DocumentProcessor.cs:line 388
at ChmProcessor.GenerationDialog.bgWorker_DoWork(Object sender, DoWorkEventArgs e) in D:\epopas\projects\chmProcessor\ChmProcessor\GenerationDialog.cs:line 305
Class:
System.Exception
Data:
System.Collections.ListDictionaryInternal
Source:
ChmProcessorLib-1.7.2
Target site:
Void GenerateHelp()
After some digging of my own I found that the problem resides in
ChmDocumentNode.ToSafeFilename( string filename )
When filename parameter contains only non english characters then this function returns an empty string.
I also noticed that you already have a TODO comment there
Should be fixed in v1.7.3.
The TODO was wrong. HTML file names should be ASCII, but not the DOC filename.