I am using cuteEditor version 6.7 in my project which helps users to type the email body. If the user has enetered '&' instead of 'and' in the email body, the email text repeates the text upto the '&' and appends with original message. We use the property PlainTextWithLinefeeds to read the text entered inorder to keep the formating etc in the email body.
For example if I am writing below text as email body in cute editor,
Hi
Able to reproduce the issue
This issue happens because of &
The special character & truncates and repeat the text
we can write code to remove the & and add the hex value or something which will be converted again back..
Thanks
Prince
But actual email body would be like as below
Hi
Able to reproduce the issue
This issue happens because of &
The special character
Hi Brendan
Able to reproduce the issue
This issue happens because of &
The special character & truncates and repeat the text
we can write code to remove the
Hi
Able to reproduce the issue
This issue happens because of &
The special character & truncates and repeat the text
we can write code to remove the & and add the hex value or something which will be converted again back..
Thanks
Prince
The system repeats the message for each & found. In the above message, you see the full message at the bottom of the email - just before that is the full message up until the last &, the message before that is the full message up until the previous & and so on.
Please let me know if any fixes are avaliable for this.
Thanks in advance