> From: David Smith [mailto:[EMAIL PROTECTED]
> Subject: Re: Migrating to tomcat 6 gives formatted currency
> amounts problem
>
> I'm willing to bet the symbol for the british pound is not part of the
> normal web character set like a US dollar symbol is and as a result
> needs to be expressed by entity notation ( £ or £ ).

I'm not sure these days what the "normal web character set" really is.  If 
you're referring to ASCII (aka Basic Latin), then no, the Pound Sterling symbol 
is not present.  However, for any of the ISO-8859-x variants, it is present, 
using the 163 (0xA3) value you noted (same as the Unicode code point).  It's 
also in UTF-8 of course, but requires two bytes (0xC2 0xA3) to represent the 
code point.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to