Greetings,
We were doing some testing and noticed that our ActionTestUni.exe compiled using Lazarus without changes is having text appear like they are joined.
Example: “EtymologicalTendenciesoftheRomans” should be “Etymological Tendencies of the Romans” the ActionTestUni.exe demo from the website works correctly.
.docx is attached for testing.
TRichView v.19 docx import
TRichView v.19 docx import
- Attachments
-
- Export from Trich fixed font in Word.zip
- (251.39 KiB) Downloaded 962 times
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: TRichView v.19 docx import
I confirm the problem.
Quick fix: open RVXMLDoc.pas, change the line 110 from
to
Quick fix: open RVXMLDoc.pas, change the line 110 from
Code: Select all
ReadXMLFile(XMLDoc, Stream);
Code: Select all
ReadXMLFile(XMLDoc, Stream, [xrfPreserveWhiteSpace]);
Re: TRichView v.19 docx import
Thanks sir will do
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: TRichView v.19 docx import
Fixed in version 19.1.1 (uploaded for registered users)