FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » More quoting problems
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
More quoting problems [message #24169] Mon, 18 April 2005 15:59 Go to previous message
krbvroc1 is currently offline  krbvroc1   United States
Messages: 31
Registered: February 2005
Karma:
Member
I'm still having problems with articles that gateway from
the forum to nntp.

Previously, I patched email_msg_format.inc with
/* handle encoded e-mails */
if (strpos($data, '@') !== false) {
$data = str_replace('@', '@', $data);
}

However, I'm still seeing problems with other HTML chars.
People who use single quotes or double quotes in their msgs show up as 8217 or 8221

Do I need to add more if statments for each type of HTML char?

[Edit] - so far I've added similar if statements for
8217 - single quote
8221 - double quote
8211 - hyphen

Those were the ones I found from my news spool.

BTW, what are these code? When I googled for HTML special codes - I find different values. For example double quote is listed as
ampersand pound 34. http://webdesign.about.com/od/charactersets/l/bl_htmlcodes.htm

[Updated on: Mon, 18 April 2005 16:24]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Bug in Subcategories
Next Topic: trsahpenguenb.ttf font problems
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 14:22:19 GMT 2024

Total time taken to generate the page: 0.04256 seconds