Re: £ pound sign in Go Live
- From: Graham J Lee <uk.ac.ox.physics.teaching@xxxxxxxxxxxx>
- Date: Mon, 26 Jun 2006 17:45:11 +0100
On 26/6/06 17:36, Chris Ridd wrote:
On 2006-06-26 17:24:09 +0100, Graham J Lee <uk.ac.ox.physics.teaching@xxxxxxxxxxxx> said:
On 26/6/06 17:21, Chris Ridd wrote:On 2006-06-26 17:10:53 +0100, "Tiff Sunbacon" <jeremy.fieldsend@xxxxxxxxxxxxxx> said:
If I press the £ (shift 3) key in Go Live (CS2) it is preceeded by a
capital A with a circumflex. Any ideas how to put this right? (OS 10.4)
£ is represented in UTF-8 as a sequence of these two characters, so one fix could be to explicitly change the "charset" of the web page to UTF-8. The other way would be to make Go Live write £ or £ (don't leave the trailing ";" out).
The encoding-agnostic way of doing this (the HTML named entity for the pound sign) is £.
Which some older browsers don't support, sigh. But given what else is likely to not work on them either, it may be a reasonable thing to use.
If you're using XHTML, then you can assume Unicode.
Maybe you can, but you *should* specify Unicode rather than assuming it. From the top of one of my pages...
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
<head>
.
- Follow-Ups:
- Re: £ pound sign in Go Live
- From: Richard Tobin
- Re: £ pound sign in Go Live
- From: Chris Ridd
- Re: £ pound sign in Go Live
- References:
- £ pound sign in Go Live
- From: Tiff Sunbacon
- Re: £ pound sign in Go Live
- From: Chris Ridd
- Re: £ pound sign in Go Live
- From: Graham J Lee
- Re: £ pound sign in Go Live
- From: Chris Ridd
- £ pound sign in Go Live
- Prev by Date: Re: Apple Store down....
- Next by Date: Re: Re: £ pound sign in Go Live
- Previous by thread: Re: £ pound sign in Go Live
- Next by thread: Re: £ pound sign in Go Live
- Index(es):
Relevant Pages
|