What platform are you running on (Windows, OSX, Linux)? And what Ruby runtime (MRI, REE, JRuby, etc) and version are you running?
cr
What platform are you running on (Windows, OSX, Linux)? And what Ruby runtime (MRI, REE, JRuby, etc) and version are you running?
--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com.
To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
Did you insert the data using MongoMapper or the Ruby driver and not receive any error then?
Were you using mongoimport? Before 1.6, mongoimport didn't validate
for utf-8. The only way to fix the data, unfortunately, is to manually
re-convert it.
Kyle
Andrew,
Were you using mongoimport? Before 1.6, mongoimport didn't validate
for utf-8. The only way to fix the data, unfortunately, is to manually
re-convert it.
Kyle