number_to_currency

this works for me..

<%= number_to_currency(12.65, :unit => "&pound;") %> returns => £12.65

does that help?

crap, Google converted it for me. I meant this (take out the '_remove_'s):       <%= number_to_currency(12.65, :unit => "&_remove_pound_remove_;") %>