From: Aaron Vegh Date: 2009-10-08T04:12:14+09:00 Subject: Re: Ruby Marshal unexpected results John W Higgins wrote: > My quick and dirty suggestion would be to switch your data back to a raw > hash prior to SQLite storage and then reverse the process on the way > back out of the database. That was a good suggestion! It pushed me further along, that's for sure. Your suggestion that it may be related to bad characters really tipped me off. I'm now employing strip on the text that does into the form that's submitted, so no whitespace surrounds the content I'm processing. But there does appear to be a rogue character that is hanging up the SQLite database. Here's the current result of my serialization: 740"?The mantle... The quote-question mark is what appears to be causing the problem, but I can't identify where that's coming from. I'm really scratching my head over this one. Thanks, Aaron. -- Posted via http://www.ruby-forum.com/.