I have an error message with an html character entity in it ( µ/
µ ). My trouble is, rails swaps my & with & - leaving me with
µ getting shown literally in the message rather than a nice,
neat Greek mu: μ.

I should probably add that the error message is set in a validate
routine on a model - via errors.add() - not in view code.

Is there a trick to this? I suppose if worse comes to worse I can
always substitute a 'u' :\

Thanks for any help!
Peyton

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to