Hey Bob, Trying out thunderbird so let me know how this message turns out. It claims to have generated my pgp key but looks like that it's not quite the right one.
Anyway, the main problem might be the default encoding setting for default content. Try forcing the response Content-type header to have the proper content type setting. Otherwise I'm not quite sure how you'd even turn on utf8 in ruby? If you can help me get a test case up and running then i'll try and put that into the mongrel test suite and figure out why it's not returning the right stuff. Zed Bob Hutchison wrote: > Hi, > > I'm sure I'm doing something dumb, but... > > I have an application that dynamically produces UTF8 encoded html > exclusively. This application works using webrick without a problem. > When using Mongrel 3.12.4 it looks as though the encoding is lost and > garbage appears on the string. I suppose this could also be a double > encoding, but personally, I can't tell the difference by looking :-) > > Is there something I have to do that's different when producing UTF8 > html in Mongrel? > > Cheers, > Bob > > ---- > Bob Hutchison -- blogs at <http://www.recursive.ca/ > hutch/> > Recursive Design Inc. -- <http://www.recursive.ca/> > Raconteur -- <http://www.raconteur.info/> > xampl for Ruby -- <http://rubyforge.org/projects/xampl/> > > > > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users > > _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
