Displaying 1 result from an estimated 1 matches for "french_nam".
Did you mean:
french_name
2008 Jan 10
0
gsub With unicode characters
...ely whenever I try to display a
field with those values in a show I just get a question mark or no
character displayed.
So I decided to run a gsub (there''s only 2 fields with this problem) on
the field before displying it to replace the characters with their HTML
equivalents, for example:
french_name.gsub!(/é/, ''é'')
However this does not appear to work, I''ve tried a few different methods
for the regex after some googling but nothing seems to be doing the
trick...
If anyone has any ideas I''d appreciate your help!
Thanks!
--
Posted via http://www....