Displaying 1 result from an estimated 1 matches for "medlla".
Did you mean:
medala
2007 Apr 03
0
activerecord utf8 special characters odd behavior
...nd and give a UTF8 string as a conditional, the
select statement gives me the following:
SELECT * FROM albums WHERE (name = ''MedĂșlla'')
When I perform a .save on a model UTF8 and other characters ( . ! )
get stripped out of the query:
INSERT INTO albums (`name`) VALUES(''Medlla'')
The database encoding is set to utf8 in the database.yml file.
character_set_database and character_set_system are both set to utf8
in the mysql database.
Thoughts?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Googl...