> > It's not too hard. Something like; > > $ sudo apt-get install debconf > $ sudo dpkg-reconfigure locales
On the notion of the locale stuff, would it be possible to create a configuration option that explicitly sets Ferret to UTF-8 mode? I think that a lot of people have been bitten by this and an explicit configuration option IMHO make a lot of sense. With acts_as_ferret it would look maybe like this class A < ActiveRecrod::Base acts_as_ferret :encoding => 'utf8' end > > Cheers, > Dave > Regards, Jonathan -- Jonathan Weiss http://blog.innerewut.de _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

