Displaying 1 result from an estimated 1 matches for "string_from_database".
2006 Mar 15
3
Special characters in ERB
I''m pulling text out of a database that contains special characters,
like the trademark sign. For example, a typical string might be like this:
string_from_database => "Some Special Brand\231 is for sale this
Thursday through Friday."
The \231 is the trademark sign (TM). ERB converts this to question
marks. So, my question is -- how can I get it to display the trademark
sign? They have another Web site using PHP which just sends what''...