Import HTML code without converted special characters

General TRichView support forum. Please post your questions here
Post Reply
Testomatico
Posts: 15
Joined: Sat Mar 22, 2014 7:47 pm

Import HTML code without converted special characters

Post by Testomatico »

Hello,
I'm using the RVHTMLImporter for importing HTML code. Now, I have the problem that the code I want to import includes non-converted special characters.
For example:

Code: Select all

<p align=center>Test & Test</p>
So, if I try to import the above code I will get a ';' at the end of the string (what's totally wrong).
Is there any option to turn this converting off?
I found the part in the code that is inserting that character but I don't want to modify the component directly.

Best regards
Testo
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I uploaded a fixed version of the importer, please redownload.
Testomatico
Posts: 15
Joined: Sat Mar 22, 2014 7:47 pm

Post by Testomatico »

Works like a charm! Thank you very much.
Post Reply