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

Home » FUDforum Development » Bug Reports » Page expired (V2.7.2)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Page expired (V2.7.2) [message #39990 is a reply to message #39979] Tue, 01 January 2008 01:07 Go to previous messageGo to previous message
Astoria is currently offline  Astoria   United States
Messages: 227
Registered: April 2004
Karma:
Senior Member
Actually it turns out I spoke too soon. It seems that any ascii special character is making IE choke, including accented characters. Most of the common ones are caught, but my poster just found another one.

é

When I uploaded the file to my server and looked at the characters, the above looked like this:

é

Here is the hack with the one I added as it appears in my text file (on my linux gedit at home):


/* Microsoft Word Hack to eliminate special characters */
$in = array('”','“','’','‘','…','—','–'); $out = array('"','"',"'","'",'...','--'
);


Here is how the same lines look in my display from my server's file manager:


/* Microsoft Word Hack to eliminate special characters */
$in = array('�','⤽','⤙','⤘','⤦','⤔','⤓'); $out = array('"','"',"'","'",'...','--');




localhost is running server version 4.1.20 and MySQL version 4.0.21, according to phpmyadmin.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Avatar Size
Next Topic: 2.7.5 topic has been read mistake
Goto Forum:
  

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

Current Time: Sat Sep 28 19:16:09 GMT 2024

Total time taken to generate the page: 0.03989 seconds