All,
I can only produce this on my CentOS server; if I run it locally on OS
X it's OK. I render money in an MVC app thusly:
<%: string.Format("{0:C}", 10.0D) %>
On the server I get:
¤10.00 (where the ¤ character is *actually output in HTML as ¤)
instead of:
$10.00
This worked prior to 2.10.2
Any ideas?
Thanks.
-Abe