Thanks Ian

I've tried using ISO-8859-1 but this still comes out with a preceeding 
Swedish looking character.

By character codes do you mean "£" or "&0163;" ? I've also tried these 
and get the following:

org.xml.sax.SAXParseException: The entity "pound" was reference but not 
declared.

and for "&0163;"

org.xml.sax.SAXParseException: The entity name must immediately follow the 
'&' in the entity reference.

Any other suggestions?

regards

Richard



From: Ian Roberts <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Parsing special characters such as the English Pound &
Date: Thu, 5 Jul 2001 14:25:45 +0100 (BST)

On Thu, 5 Jul 2001, Richard Thurlby wrote:

 > How do I go about using fairly standard special characters?

The simplest way is to set the encoding of your documents to be
ISO-8859-1, or store them in proper UTF-8.  Alternatively, if you know
their character codes, you can use character references (for example,
� is a GB pound sign).

Ian

--
Ian Roberts, Software Engineer        DecisionSoft Ltd.
Telephone: +44-1865-203192            http://www.decisionsoft.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to