Skip to main content
Participant
July 11, 2006
Question

HTML entities: alternatives?

  • July 11, 2006
  • 1 reply
  • 476 views
Hello,
From reading around the forum I get the picture that using ’ or other entities might be less than ideal for a variety of reasons. Is there an alternative for representing some of these? I'd like to make my output valid HTML, and this can be difficult for some characters... and I don't want to give them all up if I don't have to.
I have a pile of text that was entered into an Access db that contains entities, and after moving from a CF 4.5 host to a CF 7 host, some (but not all!) of them display as censorship blocks or bracketed angstrom chars. Can I transform the data to output correctly, or am I stuck editing it?
Thanks for your help
This topic has been closed for replies.

1 reply

pete_freitag
Participating Frequently
July 13, 2006
You need to use the proper encoding, I'm not sure if Access supports utf-8 encoding, but you need to use it.
Participant
July 13, 2006
Hi,
Thanks for your reply. Do you mean in the doctype? In the insert/update pages, or in the display ones? Or is it something I could change in the db? Since the older material is the most problematic, changing the db would be most efficient...