Print Page | Close Window

Special Character Cancer: © becomes ©

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=29460
Printed Date: 28 March 2026 at 9:02am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Special Character Cancer: © becomes ©
Posted By: BobStein
Subject: Special Character Cancer: © becomes ©
Date Posted: 27 June 2011 at 3:50am
Saving text with special characters was morphing it into all kinds of ugly extra things in an exponentially increasing sequence each time I saved.

0 saves: ©
1 saves: ©
2 saves: Ã￿©
3 saves: Ã￿ï¿¿Ã￿©
4 saves: Ã￿￿ï¿¿Ã￿ï¿¿Ã￿©

You get the idea.  The real cause may have something to do with character sets.  Maybe I'm not declaring them right somewhere?  I did manually insert this line in my HTML:

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

in place of the instructions saying to insert this line, which won't work cross-domain:

<!--#include file="RTE_configuration/browser_page_encoding_inc.asp" -->

The good news:  My solution in my PHP application was to pass the text through a UTF8 Decode.  No idea how to do this in ASP but in PHP it was:

$content = utf8_decode($content);

I did the above just before adding slashes in prep for making an SQL command.

The bad news:  Several characters still have issues however (enlarged for visibility):

  • mdash
  • “ ” fancy double quotes
  • bullet
I'm sure there are others.  They all turn into ? question marks when saving.  Maybe I'll sleuth that out someday.




Replies:
Posted By: WebWiz-Bruce
Date Posted: 27 June 2011 at 8:47am
This is a character encoding issue.

The Web Wiz Rich text Editor is not intended as a standalone application instead it is intended to be used to turn the plain text areas of your own application in to WYSIWYG HTML Areas.

How your application handles page encoding is up to you, however you need to make sure that the page your form is on and your pages displaying the submitted content use the same character encoding.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net