HTML Character Entities

Post Reply
khosinski
Posts: 2
Joined: Wed Sep 24, 2003 9:19 am

HTML Character Entities

Post by khosinski »

I'm have a problem where HTML Entities are being parsed incorrectly. For example a html code "&" will display on the search results in the browser as "&" not "&". If you looked at the html source from the search results it will look like this "&"

If anyone has any suggestions please let me know.
Thanks.
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

HTML Character Entities

Post by Kai »

That should be interpreted correctly. What version of Webinator is this? Can you give an example public URL demonstrating the issue?
khosinski
Posts: 2
Joined: Wed Sep 24, 2003 9:19 am

HTML Character Entities

Post by khosinski »

User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

HTML Character Entities

Post by Kai »

The entities on that page are actually multi-byte (non-ISO-8859) entities, which Webinator must leave intact for its ISO-8859 output (Unicode support will be in the next major release). However, they are then re-escaped as part of the output process.

There is a workaround that involves a minor edit to the script; see the thread at:
http://thunderstone.master.com/texis/ma ... 3eb12f3c10
Post Reply