![]() |
|
|
#1 (permalink) |
|
Test Supervisor
Join Date: May 2004
Location: Ashopton
Posts: 212
|
Pound sign problems
This may sound an odd one but if I display a pound sign (£) in normal text (ie not a graphic) on my web site can anyone tell me how it appears to people viewing the site from overseas? It works perfectly for me (and I assume anyone else) in the UK but I have a UK character set as default (which of course includes a pound sign) but what happens if someone (say in the USA) views the site (when as far as I am aware the default US character set doesn't have a pound sign)?
|
|
|
|
|
|
#4 (permalink) | |
|
Registered User
Join Date: Jul 2003
Location: West Midlands
Posts: 188
|
Quote:
__________________
cat4um AT aer-net.co.uk - Cat2 Helpdesk |
|
|
|
|
|
|
#6 (permalink) | |
|
Test Supervisor
Join Date: May 2004
Location: Ashopton
Posts: 212
|
Quote:
|
|
|
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Jan 2003
Location: UK
Posts: 181
|
I asked someone who lives in the US how they see them. But its not so much a British keyset but a Western keyset so although US and UK keyboards are different the same ASCII symbols match to the same hexidecimals. How people in china see pound signs may be a different matter, but I guess they have support for both western and their own languages.
If you insert this line of code into the page it will tell the browser to use Western (Latin1) keyset but in dreamweaver go to Modify > Page properties and it will set the page to one of many differnt standards. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> I guess you can then see how each region views your site if you have supprt for those languages installed on your version of windows. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|