Explanation: There are hidden Unicode Characters in your General Description, eBay Description, Title , eBay Subtitle or Condition Notes
Solution: A very easy way to fix this is to download a free text editor, I recommend Sublime Text, and just copy and paste the field from the above list (usually full and eBay description) into the text editor and delete it from SureDone. Wherever you see the White EMs (screenshot attached) delete them from inside text editor and then just copy the description back into the full description in SureDone when you are done and you are good to go!
Alternatively
This can also be caused by: CDATA, which eBay's API instantly rejects. In most cases the CDATA comes from turning on the (WYSIWYG) Text Editor and trying to make changes. This is normal WYSIWYG behavior when there is JavaScript present.
An example of what this looks like in the code would look like the following:
<script language="Javascript">// <![CDATA[ buildFrooGallery(); // ]]></script>
In order to fix this issue, you must search for the following two things and remove them from the code:
- // <![CDATA[
-
// ]]