HTML entities damaged by TokenEnhancer
Reported by nott | October 10th, 2008 @ 07:59 PM
Apparently something strange happens to HTML entities in some cases: The TokenEnhancer produces spans like "&<span>nbsp</span>;". This of course fools all browsers, eventually making them display something that looks like a undecoded entity: " "
Comments and changes to this ticket
-

nott October 10th, 2008 @ 08:01 PM
- Title changed from Decoding of HTML entities to HTML entities damaged by TokenEnhancer
-

adimit October 10th, 2008 @ 11:44 PM
- Assigned user set to adimit
- State changed from new to invalid
#8 is the cause of this. It's a known problem and happens to all html-entities. The tagger mistakes the unpronouncable gibberish for real words and assigns random tags.
Closing this one to concentrate the discussion on the other one.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A platform for aiding second language learners through texts acquired from the Internet.
Referenced by
-
8
Convert HTML entities within RelevantTexts
It seems this also screws with the enhancers, as discusse...