Forum Moderators: phranque

Message Too Old, No Replies

Strange characters being displayed It’s

Strange stuff ahoy

         

bateman_ap

4:46 pm on Mar 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Today Firefox has started to display some text as funny characters, it is when I take text from a SQL database, display it using ASP. It will show something like:

It’s

This happens with ' - and foreign accented characters. The strange thing is IE displays it perfectly and Firefox used to until today. Anyone got any ideas whats up?

coopster

10:24 pm on Mar 6, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



The first question is, did you change something?

Maybe this thread has some leads ...
PHP producing strange characters, ""...? [webmasterworld.com]

bateman_ap

10:53 pm on Mar 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not a thing, thats the strange part!

Gotta wait until tomorrow to check Firefox at wrk see if it the same result but it is happening randomly on two of my sites

Will check the link, thanks

bateman_ap

12:13 pm on Mar 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hmmm, is now happening on IE at work as well as Firefox. Is baffling me. A searhc on google for ’ or "’" comes up with nothing as it seems to be ignoring them, any way of forcing it to search for this?

cmatcme

7:05 pm on Mar 7, 2005 (gmt 0)

10+ Year Member



Try searching for +"’". That tells google that it must include what is quotated and -"’" does the opposite. :)

Leffe

11:36 am on Mar 9, 2005 (gmt 0)

10+ Year Member



The data is stored as Unicode in the DB, and rendered using the deprecated encoding ISO-8859-1.