Advanced HTML Editor 3 Support Product Page

Solved

��� UTF-8 & Special Character Problems

Reported 20 Jun 2011 04:56:27
1
has this problem
20 Jun 2011 04:56:27 billy flynt posted:
Greetings,

We are using this ASP page directive as first line, and this meta tag as first tag in HEAD:

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

AHE2 had no problems with sending processing data, but AHE3 is randomly sprinkling special characters into the textarea input field.

No database involved, just form data.

Tried specifying charset on the form, but did not help.

As a workaround, I have added this JQuery filter to take care of the problem:

...().html( $("#editor1".html().replace(/�/g,"")

to remove the bad character - which shows up as a box in IE or a question mark in a black diamond in FF.

Is there a better workaround for this issue?

Thanks in advance.

Replies

Replied 21 Jul 2011 13:25:24
21 Jul 2011 13:25:24 George Petrov replied:
This issue has being fixed now in the latest Adv HTML Editor 3.1

Please download and install the latest version.

Greetings,
George

Reply to this topic