RichEditor HTML Save Images Path

Hi,
please check issue when exporting Document to HTML with images. The document path should not contain spaces, when images are embedded.
Status: <IMG src=file://D:\Test HTML Print\image0.PNG>
should correctly be <IMG src=file://D:\Test%20HTML%20Print\image0.PNG>
Also special chars should be considered accordingly (e.g. "ä" -> %C3%A4....), so that the html doc can be viewed correctly and hold html standards after exporting.

Thanks for your efforts and fix of this bug!

We can confirm both issues are fixed.
The next update will address this.