This gives HtmlParser the ability to support HTML character entities in body text. This is primarily useful to clean up text such as """, "'" ,and "!".
This was tested with Tomeno's OpenDream branch of Console but with changes to interface/default.dmf reverted and then the computer_docked window deleted (it attempts to share ownership of controls). When operating a computer and "> "-commands are typed, the window no longer shows HTML entities with this patch.
...I'm sure there are simpler ways to test this, but that's where I found the issue.
This gives HtmlParser the ability to support HTML character entities in body text. This is primarily useful to clean up text such as "
"
", "'
" ,and "!
".This was tested with Tomeno's OpenDream branch of Console but with changes to interface/default.dmf reverted and then the computer_docked window deleted (it attempts to share ownership of controls). When operating a computer and "> "-commands are typed, the window no longer shows HTML entities with this patch.
...I'm sure there are simpler ways to test this, but that's where I found the issue.