Check again to be certain that the text editor you are using saves in UTF-8 (No
BOM) format. You may be sending the right header, but the wrong code-points. It
may look fine in your editor because of silent charset munging. (Attached is
not using your actual calculation code, just a simple string replacement. It
works here, and from my server http://scripty.walterdavisstudio.com/price.html )
Walter
On Apr 19, 2012, at 9:45 AM, Edward Nygma wrote:
> My server is running locally on XAMPP and as far as I know is sending
> it to my browser in UTF-8
>
> When I view source as shown below UTF-8 encoding is sent to the
> browser, however the £ symbol is still unrecognised.
>
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
> www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
>
> --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
Title: Price List
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.