|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Wierd symbols like £1m or Intel’s...
Hello all,
I got these wierd symbols appearing on the web, but not sure what they are? Sample 1: such as: Sample 2: such as: my guess its a single quote, but what is that symbol Sample 3: such as: Somebody help me, I dont know what these symbols are, or what standard they belong to??? Does anyone rechonize these symbols, and explain what convention is being used??? Please help Fz105 |
|
#2
|
||||
|
||||
|
I'm guessing the page has the wrong character set specified.
|
|
#3
|
|||
|
|||
|
Well you might be right, but im guessing this was done purposly! I wonder if there is a mysql or php function that changes special characters into those wierd characters. Sort of like add_slashes() function in php.
This project is a php generated website working with mysql database. Now, I am incharge of re-designing this site without using the old php code, but using the old databases !!! Cant even look at the source due to complications. Well to make a long story short, I've gotten all to work except i dont know what those symbols are! HELP |
|
#4
|
||||
|
||||
|
It's unicode UTF-8.
Change the encoding on your browser and you'll see the symbols fine. ![]() |
|
#5
|
|||
|
|||
|
Thanks for the reply BonRogue, ill try your suggestion...
fz105 |
|
#6
|
|||
|
|||
|
BonRogue,
I changed the encoding, but it did not work. Heres what i did in Thunderbird: Tools > Options... > General (Tab) > Languages (Button) > changed Default Character Encoding to Unicode UTF-8 and then refreshed the page, and nothing!! HELP |
|
#7
|
||||
|
||||
|
You need to set this in your web page too:
Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - even better if you can set it before the page has reached the browser (easy if you user server side technologies).
__________________
Cheers, Jamie # mdb4u | mobile movie database] | Please help to test and promote # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. ![]() __________________ |
|
#8
|
|||
|
|||
|
BAM!
got it to work, thanks guys....It was the same thing BonRouge was saying but jabba_29's quick example helped me to understand... Thanks guys. Now heres my question...whats the purpose, or advantage of doing this??? What purpose does having charset UTF-8 have, if any??? I dont really understand!!! FZ105 |
|
#9
|
|||
|
|||
|
Much thanks to jabba_29 and BonRouge for thier help.
For those wondering what correctly solved my problem, here's the solution: Quote:
just adding that before the header fixed the problem fz105 |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Wierd symbols like £1m or Intel’s... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|