James Sturrock wrote: > I can't seem to get a £ symbol to display correctly in a form select > element. > > I have tried: > number_to_currency(u.price, :unit => "£") > number_to_currency(u.price, :unit => "£") > h ( number_to_currency(u.price, :unit => "£") ) > h ( number_to_currency(u.price, :unit => "£") ) > > They all display a ? or "£" > > Is there a way around this? Well, you should close it with a ;, "£", not "£". Regards Stefan -- Posted via http://www.ruby-forum.com/.